Published April 14, 2026
| Version v1.0.0
Software documentation
Open
A Local-first Multimodal Dental AI Assistant for Dental Workflows
Authors/Creators
Description
The Multimodal Dental AI Assistant is a local-first PyQt6 desktop application designed for dental
workflows. It integrates several AI-powered tools, including conversational chat, document question-answering,
spreadsheet analysis, and dental image analysis, all running against local Ollama language models.
Per-user history is persisted under history/ with optional Fernet encryption when the cryptography
library is available. All AI inference is performed locally through Ollama; no cloud API keys are required. User history is
isolated by account, and dental image analysis is explicitly informational only and must never be used as a
clinical diagnosis.
Files
DentalAI_Technical_Report.pdf
Files
(1.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:dc47ef87ec80d2d97020843714bce0e9
|
1.5 MB | Preview Download |
Additional details
Software
- Repository URL
- https://github.com/Jianningli/denal_ai_assistant
- Programming language
- Python