Fawazzx commited on
Commit
d337b01
1 Parent(s): 136ed33

Add Gradio app, model weights, and requirements

Browse files
Files changed (3) hide show
  1. alzheimer_model_resnet50.pth +3 -0
  2. app.py +0 -0
  3. requirements.txt +4 -0
alzheimer_model_resnet50.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a64213cdc63e88d3359e978f09602f34874a7d0d73266925f2c3ab437e6306
3
+ size 94385106
app.py ADDED
File without changes
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ torch
2
+ torchvision
3
+ gradio
4
+ Pillow