itsLu commited on
Commit
82e0db2
·
verified ·
1 Parent(s): 86821de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -37
README.md CHANGED
@@ -1,37 +1,8 @@
1
- # NeuraScan (Hugging Face Space)
2
-
3
- Flask app for AI-assisted brain MRI screening (demo).
4
-
5
- ## Repo layout
6
-
7
- - `app.py` - Flask backend + inference API
8
- - `templates/index.html` - Simple, maintainable UI (no bundler required)
9
- - `static/assets/brain/` - Logo + example images
10
- - `static/assets/images/team/` - Team member photos (local)
11
- - `models/` - Put your trained `.h5` files here
12
-
13
- ## Add your models
14
-
15
- Place these files under `models/`:
16
-
17
- - `resnet50.h5`
18
- - `resnet101.h5`
19
- - `efficientnetb2.h5`
20
-
21
- If you want different names/paths, edit `MODEL_SPECS` in `app.py`.
22
-
23
- ## Run locally
24
-
25
- ```bash
26
- pip install -r requirements.txt
27
- python app.py
28
- ```
29
-
30
- Then open http://localhost:7860
31
-
32
- ## API
33
-
34
- - `GET /api/models` -> available model IDs and names
35
- - `POST /api/classify` (multipart form):
36
- - `file`: image file
37
- - `model_id`: one of `atlas`, `orion`, `pulse`
 
1
+ ---
2
+ title: NeuraScan
3
+ emoji: 🧠
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: docker
7
+ pinned: false
8
+ ---