Spaces:
Sleeping
Sleeping
Add Gradio app, model weights, and requirements
Browse files- alzheimer_model_resnet50.pth +3 -0
- app.py +0 -0
- 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
|