sugatobagchi commited on
Commit
24eb695
·
verified ·
1 Parent(s): cce75df

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Chart Whisperer
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
- # 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.
 
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.