AgroAI helps farmers get instant answers about crop diseases and pests using advanced AI, voice input, and retrieval-augmented generation.
- Telugu language integration so that it is more accessible to farmers
- Voice-based Question Answering
- AI-powered Crop Advisory
- Supports multiple crops & diseases
- Fast, accurate responses using ChromaDB
- Uses OpenAI & Groq LLM APIs
- Simple frontend with TailwindCSS
- Python
- NodeJS
- ChromaDB
- Sentence Transformers
- OpenAI / Groq APIs
- TailwindCSS
- Axios
git clone https://github.com/dhatri713/agroAI.git
cd AgroAIcd backend
python -m venv venv
source venv/bin/activate # For Windows: venv\Scripts\activate
pip install -r requirements.txtcd frontend
npm installcd backend
uvicorn app:app --reload cd frontend
npm start # or npm run devAgroAI/
├── backend/ ← Python retrieval & AI logic
├── frontend/ ← HTML / Tailwind / JS
├── .env ← Environment variables (DO NOT COMMIT)
├── .env.example ← Safe sample
├── requirements.txt ← Python dependencies
├── package.json ← NodeJS dependencies
└── README.md
MIT
Built with love for farmers 🌾