Inspiration

Clinical notes are written for healthcare professionals, not patients. In many regions, especially multilingual and low-resource settings, patients struggle to understand what doctors have written about their condition, medicines, or next steps. This gap leads to confusion, anxiety, and poor adherence to treatment.

What it does

Clinical Co-Pilot AI converts complex doctor notes into:

  • A concise clinical summary (English)
  • A patient-friendly explanation in simple English
  • A patient explanation in Roman Urdu
  • A clear medical safety disclaimer

The goal is to improve understanding without replacing professional medical advice.

How we built it

The system is built using Google Gemini models for reasoning and language understanding. A structured prompt pipeline ensures:

  • Medical context preservation
  • Patient-safe language
  • No diagnosis or treatment decisions A Gradio-based interface allows doctors or staff to paste notes and instantly generate patient-friendly explanations.

Challenges we ran into

Clinical notes are often unstructured, abbreviated, and inconsistent. Ensuring safety, avoiding hallucinations, and keeping explanations simple yet accurate required careful prompt design and strict output constraints.

Accomplishments that we're proud of

  • Clear separation between clinical information and patient explanation
  • Roman Urdu support for accessibility
  • Strong safety framing aligned with real clinical workflows

What we learned

Human-centered AI in healthcare requires clarity, restraint, and trust. Accuracy alone is not enough—communication and safety matter equally.

What's next

Future work includes support for scanned handwritten notes, multilingual expansion, and integration into hospital systems as an assistive, offline-friendly tool.

Built With

  • google-gemini
  • gradio
  • hugging-face
  • prompt
  • python
  • transformers
Share this project:

Updates