An AI-powered health triage assistant for community health workers in low-resource settings. Built with Gemini 2.0 Flash, it embeds WHO protocols (IMCI, iCCM) to provide instant, multilingual, voice-enabled clinical decision support while complying with WHO AI Ethics guidelines.
# VitaVoice - AI Health Triage for Community Workers
## The Problem
Every day, 1 million community health workers make life-or-death decisions alone. No doctor. No support. No guidance. 75% of preventable deaths in the developing world happen because of delayed or wrong first response. Not because medicine doesn't exist, but because the right information doesn't reach the right person in time.
## The Solution
VitaVoice is an AI health triage assistant designed specifically for community health workers in low-resource settings.
- **Accessible:** Voice-input supported to handle low-literacy scenarios.
- **Multilingual:** Instantly triages in English, Hindi, Marathi, French, Swahili, and Arabic.
- **Actionable:** Generates a structured 4-card response: Assessment, Do Now, Medicine Guide, and a clear Refer Decision (with a highly visible alert if hospital referral is needed immediately).
## SDG Alignment
**SDG 3: Good Health and Well-being**
- **Target 3.4:** Reduce premature mortality from non-communicable diseases and promote mental health and well-being.
- **Target 3.8:** Achieve universal health coverage, including financial risk protection, access to quality essential health-care services and access to safe, effective, quality and affordable essential medicines and vaccines for all.
VitaVoice directly serves both by extending clinical decision support to communities where no healthcare professional is present.
---
## 🚀 How to Deploy on Vercel
Since this is a lightweight Vite + React app with no backend requirement, deploying to Vercel is extremely fast and straightforward.
### Step 1: Push to GitHub
1. Initialize a git repository locally if you haven't already:
```bash
git init
git add .
git commit -m "Initial commit"
```
2. Create a new repository on GitHub and push your code:
```bash
git branch -M main
git remote add origin
github.com
git push -u origin main
```
### Step 2: Import into Vercel
1. Log in to Vercel.
2 …