arittrabag commited on
Commit
53a36c6
·
verified ·
1 Parent(s): 9b83351

Added Model Files and req.txt

Browse files
alzheimers_detection_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03055c27dc993ff330e8441fd042c12a6916ad74f66d9ba7fed4bc0585bce276
3
+ size 134077984
alzheimers_model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c22150bcd962388a2d85ade45a2f07184122a6b59b0b0c0efe415bcb354b79d4
3
+ size 52694500
brain_tumor_model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0baabb3998e67ca95a78305fec3fd9e59445375705f9bc6a18fd891c0d8ca4e
3
+ size 52694762
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ tensorflow
3
+ torch
4
+ torchvision
5
+ transformers
6
+ pillow
7
+ numpy
8
+ google-generativeai
9
+ opencv-python