KilimoPRO — AI-Powered Agricultural Intelligence Platform for Kenya & Africa. Web (kilimo.pro) + Android app + microservices backend + ML crop disease detection + data pipeline integrating KilimoSTAT, FAOSTAT, KALRO, Google Earth Engine.
# KilimoPRO 2.0 — AI-Powered Agricultural Intelligence for East Africa
> **Kilimo** (Swahili: *agriculture*) + **PRO** = Professional-grade agricultural intelligence
KilimoPRO 2.0 is an AI-powered agricultural intelligence platform serving **8 IGAD countries** (Djibouti, Eritrea, Ethiopia, Kenya, Somalia, South Sudan, Sudan, Uganda) — 300M+ people. It delivers real-time weather, climate alerts, market prices, and AI advisory to smallholder farmers. **All data sources are free. No API keys required.**
## 🌐 Live Demo
**
frontend-sigma-two-3d6ily5d…
## ✨ Features
| Feature | Description | Data Source | Cost |
|---------|-------------|-------------|------|
| 🌦️ Weather | 16-day forecast + current conditions | Open-Meteo | Free |
| ⚠️ Climate Alerts | Drought, flood, pest, locust alerts | ICPAC | Free |
| 📊 Market Prices | Real-time crop prices, CSV export | FAOSTAT | Free |
| 🤖 Ask AI | Agricultural advisory in Swahili/English | Advisory API | Free |
| 📷 Disease Detection | AI crop disease identification | TFLite model | Free |
| 📚 Learning Hub | Farming best practices | Curated content | Free |
| 👤 Farmer Profile | Farm management + settings | Database | — |
| 📱 SMS Support | Keyword-based queries for feature phones | SMS webhook | Free |
## 🏗️ Architecture
```
kilimopro/packages/frontend/ ← Next.js 14 app (deployed to Vercel)
├── src/
│ ├── pages/ ← 8 pages + 9 API routes
│ │ ├── index.tsx ← Hero landing
│ │ ├── weather.tsx ← Weather (Open-Meteo)
│ │ ├── alerts.tsx ← Climate alerts (ICPAC)
│ │ ├── market.tsx ← Market prices (FAOSTAT)
│ │ ├── chat.tsx ← Ask KilimoPRO AI
│ │ ├── disease.tsx ← Disease detection
│ │ ├── education.tsx ← Learning hub
│ │ ├── profile.tsx ← Farmer profile
│ │ └── api/ ← 9 API endpoints
│ ├── lib/data/ ← Data layer (4 free sources)
│ │ ├── …