Localized, Impact-Based Early Warning & Action Trigger System translating climate raster telemetry into Swahili & Somali voice advisories for the IGAD region.
# 🌍 ResiliNet AI
> **Smarter Early Warning, Stronger Communities in the Greater Horn of Africa**
## 📌 Summary
ResiliNet AI bridges the last-mile gap by translating complex spatial raster telemetry (CHIRPS/CDI) into localized Swahili and Somali voice/SMS advisories for pastoralists and farmers across the IGAD region.
## 🚀 Quick Start
1. **Install Dependencies:**
\`\`\`bash
python -m venv venv
source venv/bin/activate
pip install -r backend/requirements.txt
\`\`\`
2. **Run Backend:**
\`\`\`bash
python backend/main.py
\`\`\`