Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,40 @@
|
|
1 |
---
|
2 |
-
title: Mila Wellnest
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: red
|
6 |
sdk: docker
|
7 |
-
pinned:
|
8 |
license: apache-2.0
|
9 |
-
short_description:
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Mila Wellnest Backend
|
3 |
+
emoji: π€°
|
4 |
+
colorFrom: pink
|
5 |
colorTo: red
|
6 |
sdk: docker
|
7 |
+
pinned: true
|
8 |
license: apache-2.0
|
9 |
+
short_description: AI support for pregnancy health and mental wellness
|
10 |
---
|
11 |
|
12 |
+
# Mila Wellnest π€°β¨
|
13 |
+
|
14 |
+
**Mila Wellnest** is an AI4Good project designed to support pregnant individuals by providing:
|
15 |
+
|
16 |
+
- β
Risk level prediction based on clinical metrics (e.g., blood pressure, blood sugar, temperature)
|
17 |
+
- β
Community-centered support for **mental health** (including postpartum depression screening)
|
18 |
+
- β
Dynamic backend (FastAPI) and frontend (Gradio) architecture
|
19 |
+
- β
Hugging Faceβhosted, GPU-friendly, open-source deployment
|
20 |
+
|
21 |
+
---
|
22 |
+
|
23 |
+
### π§ Tech Stack
|
24 |
+
- **Model**: Fine-tuned Gemma or DistilBERT (transformers)
|
25 |
+
- **Backend**: FastAPI (Docker)
|
26 |
+
- **Frontend**: Gradio (in separate Space)
|
27 |
+
- **Infrastructure**: Hugging Face Spaces
|
28 |
+
|
29 |
+
---
|
30 |
+
|
31 |
+
### π¦ Architecture
|
32 |
+
|
33 |
+
```bash
|
34 |
+
Mila-Wellnest/
|
35 |
+
βββ backend/
|
36 |
+
β βββ app/ # FastAPI app, model, training scripts
|
37 |
+
β βββ data/ # JSON training data, saved checkpoints
|
38 |
+
β βββ requirements.txt
|
39 |
+
βββ Dockerfile # Launch FastAPI on port 7860
|
40 |
+
|