# Kenya AgriConnect 🌾
### AI-Powered Agricultural Platform for Kenyan Farmers
## 🎯 Problem Statement
10 million+ Kenyan smallholder farmers lose **$2.3 billion annually** due to:
- 40% crop losses from undetected diseases
- Unfair pricing (middlemen take 60% of profits)
- Limited access to agricultural expertise
- No direct market access
## 💡 Our Solution
**Kenya AgriConnect** is a comprehensive agricultural platform that empowers farmers through:
### 🤖 AI Crop Disease Detection
- Upload crop photo → Get instant diagnosis in 3 seconds
- 90%+ accuracy using Google Cloud Vertex AI
- Treatment & prevention recommendations
- Works offline with cached results
### 🏪 Direct Marketplace
- Farmers sell directly to buyers (eliminate middlemen)
- Real-time pricing across 47 Kenyan counties
- Secure transactions & delivery tracking
- 60% increase in farmer income
### 🌤️ Smart Weather & Insights
- 7-day forecasts tailored to location
- Planting & harvesting recommendations
- Agricultural alerts & warnings
### 👨🌾 Expert Network
- Chat with certified agricultural experts
- Community knowledge sharing
- Video consultations
## ☁️ Google Cloud Platform Integration
Our platform leverages GCP for scalability, reliability, and AI capabilities:
### Architecture
```
┌─────────────────────────────────────────┐
│ Cloud Run (Frontend) │
│ React + TypeScript + Tailwind │
└──────────────┬──────────────────────────┘
│
┌──────────────▼──────────────────────────┐
│ Cloud Run (Prediction API) │
│ Flask + Gunicorn │
└──────────────┬──────────────────────────┘
│
┌──────────┼──────────┐
│ │ │
┌───▼────┐ ┌──▼─────┐ ┌──▼────────┐
│Vertex │ │ Cloud │ │ Cloud │
│ AI │ │Storage │ │ Build │
└────────┘ └────────┘ └───────────┘
```
### GCP Services Used
| Service | Purpose | Benefits |
|---------|---------|----------|
| **Cloud Run** | Serverless deployment | Auto-scaling, pay-per-use |
| **Ve …