Mikecode123 commited on
Commit
02365f5
·
verified ·
1 Parent(s): a20703d

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -23
README.md DELETED
@@ -1,23 +0,0 @@
1
- # NeuroHealth Alzheimer MRI Space
2
-
3
- This space exposes Alzheimer's MRI models saved in `backend/saved_models`.
4
-
5
- ## Endpoints
6
-
7
- - `GET /health` — model loading status
8
- - `GET /models` — available Alzheimer's MRI models
9
- - `POST /predict/image?model_key=<key>` — MRI image prediction
10
-
11
- ## Supported model keys
12
-
13
- - `ad_dn121`
14
- - `ad_dn169`
15
- - `ad_dn201`
16
- - `ad_homogeneous`
17
-
18
- ## Run locally with Docker
19
-
20
- ```bash
21
- docker build -t neurohealth-ad-mri .
22
- docker run --rm -p 7860:7860 neurohealth-ad-mri
23
- ```