π°οΈ AI-powered poultry disease early warning system combining satellite imagery (Sentinel-2, MODIS) with YOLOv8 deep learning for smallholder farmers across Uganda. Live API deployed at poulivetapi.onrender.com
# π°οΈ PoultriVet β Poultry Disease Early Warning System
**An integrated satellite imagery and deep learning system for proactive
poultry disease risk prediction serving 4.2 million smallholder farmers across Uganda.**
π Live API Β·
π API Docs Β·
π Risk Summary
---
## π The Problem
Uganda's 4.2 million smallholder poultry farmers lose over **UGX 350 billion annually**
to preventable disease outbreaks. 73% of poultry mortality occurs with **zero prior warning**,
and 61% of farmers are more than 20km from the nearest veterinary officer.
## π‘ The Solution
PoultriVet combines two powerful technologies into one system:
| Component | Technology | What It Does |
|-----------|-----------|--------------|
| π°οΈ Satellite Risk Mapping | Sentinel-2, MODIS, GEE | Weekly environmental risk scores for 164 Uganda districts |
| π¬ Disease Detection | YOLOv8 Deep Learning | AI diagnosis from poultry dropping photos |
| π‘ Backend API | FastAPI + Render | Permanent REST API serving all data |
| π± Mobile App | Flutter + Dart | Android app for farmers |
---
## ποΈ System Architecture
Sentinel-2 (ESA) βββ
MODIS (NASA) βββ€βββΊ Google Earth Engine βββΊ Risk Scoring βββΊ FastAPI βββΊ Flutter App
JRC Water Data βββ YOLOv8 βββΊ
---
## π Live API
Base URL: `
poulivetapi.onrender.com`
| Endpoint | Method | Description |
|----------|--------|-------------|
| `/` | GET | API status and endpoint directory |
| `/summary` | GET | National risk summary β 164 districts |
| `/risk-map` | GET | Full district-level satellite risk data |
| `/district/{name}` | GET | Single district risk lookup |
| `/analyse-dropping` | POST | YOLOv8 disease detection from image |
**Quick test β open in your browser:**
poulivetapi.onrender.com
---
## π°οΈ Satellite Pipeline
Environmental indicators extracted weekly for all 164 Uganda districts:
- **NDVI** β Vegetation density (Sentinel-2 B8/B4) β Newcastle Disease risk
- **NDMI** β Mo β¦