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