bshepp commited on
Commit ·
5e523ec
1
Parent(s): eaea340
Improve Space discoverability: descriptive title, MedGemma tags, better description
Browse files
README.md
CHANGED
|
@@ -1,18 +1,27 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🏥
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
| 8 |
fullWidth: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
custom_domains:
|
| 10 |
- demo.briansheppard.com
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
-
> An agentic clinical decision support
|
| 16 |
|
| 17 |
**Live demo:** [demo.briansheppard.com](https://demo.briansheppard.com)
|
| 18 |
**Origin:** Built for the [MedGemma Impact Challenge](https://www.kaggle.com/competitions/med-gemma-impact-challenge) (Kaggle / Google Research).
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Clinical Decision Support Agent — Powered by MedGemma
|
| 3 |
emoji: 🏥
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
| 8 |
fullWidth: true
|
| 9 |
+
tags:
|
| 10 |
+
- medgemma
|
| 11 |
+
- medical-ai
|
| 12 |
+
- clinical-decision-support
|
| 13 |
+
- healthcare
|
| 14 |
+
- agentic
|
| 15 |
+
- rag
|
| 16 |
+
- google
|
| 17 |
+
- hai-def
|
| 18 |
custom_domains:
|
| 19 |
- demo.briansheppard.com
|
| 20 |
---
|
| 21 |
|
| 22 |
+
# Clinical Decision Support Agent
|
| 23 |
|
| 24 |
+
> An agentic clinical decision support system powered by MedGemma 27B that parses patient cases, generates differential diagnoses, checks drug interactions via FDA APIs, retrieves clinical guidelines, and detects care gaps — all in real time.
|
| 25 |
|
| 26 |
**Live demo:** [demo.briansheppard.com](https://demo.briansheppard.com)
|
| 27 |
**Origin:** Built for the [MedGemma Impact Challenge](https://www.kaggle.com/competitions/med-gemma-impact-challenge) (Kaggle / Google Research).
|