Estherrr777 commited on
Commit
c825113
Β·
verified Β·
1 Parent(s): f42f9ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -6
README.md CHANGED
@@ -1,12 +1,40 @@
1
  ---
2
- title: Mila Wellnest
3
- emoji: πŸ‘
4
- colorFrom: gray
5
  colorTo: red
6
  sdk: docker
7
- pinned: false
8
  license: apache-2.0
9
- short_description: Supporting pregnant individuals
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+