Skip to content

Hygieia (Desktop Doctor) is a local, private medical diagnosis AI. Runs with Python + Ollama & supports images/docs.

License

Notifications You must be signed in to change notification settings

veiston/Hygieia

Repository files navigation

Hygieia 👩‍⚕️🏥 Local, Private Medical Assistant

Hygieia is an offline medical assistant that delivers medical knowledge privately. It supports text, images, and document import, with optional fact-checking from trusted sources.

Screenshot

Features

  • Local AI inference (privacy-first).
  • Multimodal support: upload images (wounds, rashes, scans).
  • Document import: PDF, DOCX, PPTX (anyFileRead.py).
  • Optional fact-checking (WebSearch.py).
  • PyQt6 GUI (GUI.py) with chat bubbles, drag & drop, and shortcuts.

What it is – and isn’t ✅

  • Assistant: suggests diagnoses, next steps, and questions.
  • Not a replacement for licensed medical care.

Quick Start (Windows)

  • Python 3.10+
  • Ollama installed with a local model downloaded (ollama run llava:latest)
  • Run GUI.py ✅

Privacy & Security

  • All AI usage is local.
  • Web searches expose some bits of user prompt data to search engines
  • Avoid identifiable patient data without consent.

Files

  • Hygieia-AI.py – main orchestrator
  • GUI.py – chat UI
  • anyFileRead.py – document parsing
  • WebSearch.py – minimal fact-checking

Credits to Ollama, PyQt6, BeautifulSoup, PyPDF2, python-docx, and python-pptx.

About

Hygieia (Desktop Doctor) is a local, private medical diagnosis AI. Runs with Python + Ollama & supports images/docs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages