Spaces:
Paused
Paused
Commit
·
88bb94e
1
Parent(s):
6b29344
Add README with frontmatter for Spaces
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: "🧠 AI Doctor Multi-Agent Reasoning"
|
3 |
+
emoji: "🩺"
|
4 |
+
colorFrom: "blue"
|
5 |
+
colorTo: "green"
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "5.0.1"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# AI Doctor Multi-Agent App
|
13 |
+
|
14 |
+
Enter a patient’s response below and the model will:
|
15 |
+
|
16 |
+
1. Summarize the vignette
|
17 |
+
2. Predict a diagnosis
|
18 |
+
3. Ask a follow-up question
|
19 |
+
4. Propose a treatment plan
|
20 |
+
|
21 |
+
---
|