= commited on
Commit ·
9044800
1
Parent(s): 0c7594d
fix: add HuggingFace Spaces README.md with sdk: docker metadata
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: MedChat Backend
|
| 3 |
+
emoji: 🏥
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
app_port: 7860
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# MedChat RAG Backend
|
| 12 |
+
|
| 13 |
+
FastAPI backend for MedChat — a Vietnamese pediatric medical training assistant.
|
| 14 |
+
|
| 15 |
+
## Endpoints
|
| 16 |
+
|
| 17 |
+
- `GET /api/health` — health check
|
| 18 |
+
- `GET /api/diseases` — list diseases
|
| 19 |
+
- `POST /api/start-case` — generate patient case
|
| 20 |
+
- `POST /api/evaluate` — evaluate diagnosis
|