🌾 AI agent using IBM Watsonx + RAG for real-time crop advice, mandi prices & pest alerts in regional languages for small farmers.
# 🌾 AggriBuddy
### An AI Agent for Smart Farming Advice
**AI-powered farming assistant using IBM Watsonx + RAG that delivers real-time, localized crop advice, pest alerts & mandi prices in regional languages — built for India's small & marginal farmers.**
---
## 🚀 What is AggriBuddy?
> **AggriBuddy** is an AI agent built on **IBM Watsonx.ai** and **Retrieval-Augmented Generation (RAG)** that answers real farming questions in simple, regional language — so a farmer in Kolhapur can ask *"Which crop should I grow in August?"* and get a grounded, trusted answer instantly.
Most farming apps are built for smartphones and English speakers. AggriBuddy is built for **real farmers** — vernacular support, trusted document-grounded answers, and zero hallucination.
---
## 🧩 The Problem
| Challenge | Impact |
|-----------|--------|
| No timely crop guidance | Farmers grow wrong crops for the season |
| Unknown pest & disease outbreaks | Crop losses up to 40% |
| No access to mandi (market) prices | Farmers sell at exploitative rates |
| Language & literacy barriers | Government advisories go unread |
---
## 💡 The Solution
```
Farmer asks a question (Hindi / Marathi / English)
↓
IBM Granite LLM processes query
↓
Vector Index fetches grounded info
from trusted agricultural PDFs
↓
Agent responds in simple language
with season & region-specific advice
```
---
## 🧠 Tech Stack
| Layer | Technology |
|-------|-----------|
| **LLM** | IBM Granite Foundation Model |
| **Agent Framework** | IBM Watsonx.ai Studio |
| **RAG / Knowledge Base** | Watsonx Vector Index + IBM Cloud Object Storage |
| **NLP** | Natural Language Processing (multilingual) |
| **Deployment** | IBM Cloud Lite → Web UI / Streamlit |
| **Auth** | IBM Cloud IAM |
---
## ✨ Key Features
- 🌐 **Multilingual** — Supports Hindi, Marathi, and English queries
- 🌱 **Personalized crop advice** — Region & season specific recommendations
- 🐛 **Pest & disease alerts** — From trusted agricultural da …