AI-powered farming assistant for smallholder farmers in Africa. What it does AgroMind helps farmers diagnose crop diseases, identify pests, and get actionable farming advice through a simple chat interface.
# AgroMind 🌱
AI-powered farming assistant for smallholder farmers in Africa.
## What it does
AgroMind helps farmers diagnose crop diseases, identify pests, and get actionable farming advice through a simple chat interface.
## Tech Stack
- **Frontend:** React + Vite + Tailwind (Lovable)
- **Backend:** FastAPI + Python
- **AI:** Groq (Llama 3.3 70B)
- **Deployment:** Vercel (frontend) + Render (backend)
## Features
- Conversational AI chat interface
- Crop-specific advice (Maize, Tomato, Potato)
- Disease diagnosis and treatment recommendations
- Built for African smallholder farmers
## Setup
1. Clone the repo
2. Install frontend: `npm install && npm run dev`
3. Install backend: `cd backend && pip install -r requirements.txt`
4. Add `GROQ_API_KEY` to `backend/.env`
5. Run backend: `uvicorn main:app --reload`
LIVE APP
agromind-your-farming-compa…