File size: 411 Bytes
9044800 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ---
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
|