Logo Lanfrica

Marcelofury/UGANDA-VHT-Co-Pilot

Domain:

healthcare

Record type:

software
Creator:
Mar
Host:
# Uganda VHT Co-Pilot πŸ‡ΊπŸ‡¬ > **AI-Enabled Community Health Tool** β€” Simplifying diagnostics, detecting malnutrition via computer vision, and delivering real-time outbreak alerts across Uganda's districts. --- ## πŸš€ Quick Start ```bash # Install dev server npm install # Run locally (opens at localhost) npm run dev ``` ## πŸ”‘ Setup (First Time) 1. **Get a free Groq API Key** β†’ console.groq.com 2. Open the app β†’ enter your key in the popup modal 3. Or click **"Use Demo Mode"** to explore without a key --- ## πŸ“ Project Structure ``` VHTcopilot/ β”œβ”€β”€ public/ β”‚ β”œβ”€β”€ index.html ← Main PWA app β”‚ β”œβ”€β”€ style.css ← Blue/white design system β”‚ β”œβ”€β”€ app.js ← All JS logic (Groq, CV, Map, Alerts) β”‚ β”œβ”€β”€ sw.js ← Service worker (offline) β”‚ └── manifest.json ← PWA installable manifest β”œβ”€β”€ firebase.json ← Firebase Hosting config β”œβ”€β”€ firestore.rules ← Firestore security rules β”œβ”€β”€ .firebaserc ← Firebase project alias └── package.json ``` --- ## 🧠 AI Features | Feature | Technology | Status | |---------|-----------|--------| | Symptom Diagnostics | Groq API Β· LLaMA 3.3 70B | βœ… Live | | Malnutrition Vision | TF.js + Vision API (CV Pipeline) | πŸ”¬ Prototype | | Outbreak Alerts | Firebase + Groq summaries | βœ… Demo | | District Map | Leaflet.js + OpenStreetMap | βœ… Live | | Offline Mode | Service Worker PWA | βœ… Live | --- ## πŸ–₯️ Deploy to Firebase Hosting ```bash # Install Firebase CLI npm install -g firebase-tools # Login firebase login # Initialize (first time only) firebase init # Deploy npm run deploy # β†’ Live at: vht-copilot-uganda.web.app ``` --- ## πŸ’» Computer Vision Pipeline ``` Camera/Photo β†’ MediaPipe Body Detection β†’ MobileNetV2 Classification β†’ Google Vision API Validation β†’ Groq AI Recommendation ``` **MUAC Thresholds (WHO):** - πŸ”΄ 12.5 cm β†’ Normal β€” Monthly monitoring --- ## 🚨 Outbreak Alert Thresholds | Disease | Alert Trigger | |---------|--------------| | Malaria | 15+ cases / …