# OmniMed-Africa 🏥
An offline, multilingual clinical triage emergency support agent and ethnobotanical safety database application designed for low-cost, off-the-shelf laptops without discrete GPUs across Africa.
## 🚀 Vision Matrix
Modeled on the architectural philosophies of **"Where There Is No Doctor"**, OmniMed-Africa solves critical diagnostic and information bottlenecks in remote medical clinics. It operates **100% offline**, delivering immediate triage first-aid guides and safe local herbal remediation metrics without using internet data.
## ⚙️ Core Technical Specifications
* **Inference Engine Core:** Native C++ \`llama.cpp\` using optimized AVX2 processor layers.
* **Core Base Model:** \`Qwen2.5-3B-Instruct\` (Quantized down to high-performance 4-bit \`Q4_K_M\` GGUF files).
* **Audio Transcribing Layer:** \`whisper.cpp\` running a 75 MB multilingual layout.
* **Relational Database:** File-backed internal SQLite engine storing immutable clinical rulesets.
* **Interface Layer:** Pure HTML5 and JavaScript to maintain a near-zero memory footprint.
# omnimed-africa