A local AI medical assistant that analyzes prescriptions, health reports, and explains medications.
- Clone repo:
git clone https://github.com/thixwz/clara.git - Backend setup:
cd MedAI/ai_backend./scripts/setup_llama.sh(builds llama.cpp locally; models should be placed inMedAI/ai_backend/models/)
- Frontend:
cd claraflutter pub getflutter run
llama.cppand model files are intentionally not tracked. See.gitignore.- For contributors: use
feat/,fix/,chore/conventional commit types.