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.
- 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.
- Assistant: suggests diagnoses, next steps, and questions.
- Not a replacement for licensed medical care.
- Python 3.10+
- Ollama installed with a local model downloaded (
ollama run llava:latest) - Run GUI.py ✅
- All AI usage is local.
- Web searches expose some bits of user prompt data to search engines
- Avoid identifiable patient data without consent.
Hygieia-AI.py– main orchestratorGUI.py– chat UIanyFileRead.py– document parsingWebSearch.py– minimal fact-checking
Credits to Ollama, PyQt6, BeautifulSoup, PyPDF2, python-docx, and python-pptx.