yipengsun commited on
Commit
955d204
·
verified ·
1 Parent(s): 195dabb

Add MedASR description and fix Google Health AI URL

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -56,6 +56,7 @@ Four agents, each with a distinct adversarial role, orchestrated by [LangGraph](
56
  - **Blinded first agent** -- the Diagnostician never sees the doctor's diagnosis, preventing the AI from anchoring on the same conclusion
57
  - **Dual-source analysis** -- every agent considers both the medical image and clinical context (vitals, labs, risk factors), because many dangerous conditions have subtle imaging but obvious clinical red flags
58
  - **MedSigLIP verification** -- zero-shot image classification grounds the bias analysis in visual evidence, not just language reasoning
 
59
  - **Collegial tone** -- the Consultant writes as a consulting colleague (*"Have you considered..."*), not a critic
60
 
61
  ---
@@ -184,6 +185,6 @@ diagnostic-devils-advocate/
184
 
185
  <div align="center">
186
 
187
- Built with [Google Health AI Developer Foundations](https://developers.google.com/health-ai) for the [MedGemma Impact Challenge](https://www.kaggle.com/competitions/med-gemma-impact-challenge)
188
 
189
  </div>
 
56
  - **Blinded first agent** -- the Diagnostician never sees the doctor's diagnosis, preventing the AI from anchoring on the same conclusion
57
  - **Dual-source analysis** -- every agent considers both the medical image and clinical context (vitals, labs, risk factors), because many dangerous conditions have subtle imaging but obvious clinical red flags
58
  - **MedSigLIP verification** -- zero-shot image classification grounds the bias analysis in visual evidence, not just language reasoning
59
+ - **MedASR voice input** -- [MedASR](https://huggingface.co/google/medasr) enables hands-free clinical context entry via speech-to-text, designed for busy clinical workflows where typing is impractical
60
  - **Collegial tone** -- the Consultant writes as a consulting colleague (*"Have you considered..."*), not a critic
61
 
62
  ---
 
185
 
186
  <div align="center">
187
 
188
+ Built with [Google Health AI Developer Foundations](https://developers.google.com/health-ai-developer-foundations) for the [MedGemma Impact Challenge](https://www.kaggle.com/competitions/med-gemma-impact-challenge)
189
 
190
  </div>