| title: MedChat Backend | |
| emoji: π₯ | |
| colorFrom: blue | |
| colorTo: green | |
| sdk: docker | |
| pinned: false | |
| app_port: 7860 | |
| # MedChat RAG Backend | |
| FastAPI backend for MedChat β a Vietnamese pediatric medical training assistant. | |
| ## Endpoints | |
| - `GET /api/health` β health check | |
| - `GET /api/diseases` β list diseases | |
| - `POST /api/start-case` β generate patient case | |
| - `POST /api/evaluate` β evaluate diagnosis | |