sugatobagchi commited on
Commit
8d4e7d1
·
verified ·
1 Parent(s): ecfd585

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -1,8 +1,27 @@
1
- # AI Medical Scribe
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  Pipeline: audio file -> MedASR (transcription) -> MedGemma 4B, `google/medgemma-4b-it`
4
  (SOAP note) -> Gradio UI.
5
 
 
 
 
 
 
 
 
6
  Both models are gated on the Hugging Face Hub, so whichever environment runs
7
  this needs an HF token with access to `google/medasr` and `google/medgemma-4b-it`.
8
 
 
1
+ ---
2
+ title: Chart Whisperer
3
+ emoji: 🩺
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: "6.20.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ short_description: Turns a raw clinical recording into a structured SOAP note.
11
+ ---
12
+
13
+ # Chart Whisperer
14
 
15
  Pipeline: audio file -> MedASR (transcription) -> MedGemma 4B, `google/medgemma-4b-it`
16
  (SOAP note) -> Gradio UI.
17
 
18
+ Doctors don't talk in bullet points. This takes a messy, real clinical
19
+ recording and turns it into a proper SOAP note, attributed by speaker,
20
+ without inventing anything that wasn't actually said.
21
+
22
+ > **Not a diagnostic tool.** For demonstration/research use only — don't
23
+ > upload real patient data.
24
+
25
  Both models are gated on the Hugging Face Hub, so whichever environment runs
26
  this needs an HF token with access to `google/medasr` and `google/medgemma-4b-it`.
27