Spaces:
Running on Zero
Running on Zero
Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🩺
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
|
@@ -10,14 +10,14 @@ pinned: false
|
|
| 10 |
short_description: Turns a raw clinical recording into a structured SOAP note.
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
Pipeline: audio file -> MedASR (transcription) -> MedGemma 4B, `google/medgemma-4b-it`
|
| 16 |
(SOAP note) -> Gradio UI.
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
|
| 22 |
> **Not a diagnostic tool.** For demonstration/research use only — don't
|
| 23 |
> upload real patient data.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Medical Notes Using Google MedGemma and MedASR
|
| 3 |
emoji: 🩺
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
|
|
|
| 10 |
short_description: Turns a raw clinical recording into a structured SOAP note.
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Medical Notes Using Google MedGemma and MedASR
|
| 14 |
|
| 15 |
Pipeline: audio file -> MedASR (transcription) -> MedGemma 4B, `google/medgemma-4b-it`
|
| 16 |
(SOAP note) -> Gradio UI.
|
| 17 |
|
| 18 |
+
This takes a raw clinical recording and turns it into a structured SOAP
|
| 19 |
+
note, attributed by speaker, without inventing anything that wasn't
|
| 20 |
+
actually said.
|
| 21 |
|
| 22 |
> **Not a diagnostic tool.** For demonstration/research use only — don't
|
| 23 |
> upload real patient data.
|