yipengsun commited on
Commit
2544091
·
verified ·
1 Parent(s): 336da73

Update README with workflow diagram

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -47,12 +47,9 @@ Doctors are not wrong because they lack knowledge -- they are wrong because the
47
 
48
  Four agents, each with a distinct adversarial role, orchestrated by [LangGraph](https://langchain-ai.github.io/langgraph/) as a linear `StateGraph`:
49
 
50
- **Gradio UI** (image upload, diagnosis input, clinical context, [MedASR](https://huggingface.co/google/medasr) voice input)
51
- **Diagnostician** — receives image + clinical context but **NOT** the doctor's diagnosis; tags findings by source (`imaging` / `clinical` / `both`)
52
- → **Bias Detector** — receives the doctor's diagnosis, compares it against independent findings using image, clinical data, and [MedSigLIP](https://huggingface.co/google/medsiglip-448) sign verification
53
- → **Devil's Advocate** — challenges the working diagnosis using both imaging and clinical evidence for must-not-miss alternatives
54
- → **Consultant** — synthesizes a collegial consultation note
55
- → **Output** (consultation report, alternative diagnoses, recommended workup)
56
 
57
  ### Key Design Choices
58
 
 
47
 
48
  Four agents, each with a distinct adversarial role, orchestrated by [LangGraph](https://langchain-ai.github.io/langgraph/) as a linear `StateGraph`:
49
 
50
+ <div align="center">
51
+ <img src="https://raw.githubusercontent.com/sypsyp97/diagnostic-devils-advocate/main/assets/workflow.jpg" alt="Workflow Diagram" width="100%">
52
+ </div>
 
 
 
53
 
54
  ### Key Design Choices
55