Empowering Indian agriculture with AI | Multilingual Support | Disease Detection | Smart Farming
KrishiMitra 2.0 is an open-source, AI-powered digital assistant tailored for Indian farmers. With a mission to bridge the tech gap in agriculture, it provides real-time solutions for crop disease detection, multilingual remedies, mandi prices, weather updates, and more — all through an intuitive interface.
Feature | Description |
---|---|
🧠 Crop Disease Detection | Upload a photo → AI detects disease → Gives remedies (organic & chemical) |
💬 BhashaBuddy | Converts advice into local languages + speaks it aloud via TTS |
☁️ Weather Forecasting | Accurate weather insights for proactive planning |
📊 Mandi Prices | Real-time prices for crops in your local mandi |
🌱 Crop Recommender | Suggests crops based on region, season, and soil |
🧾 Govt. Schemes | Latest schemes for farmers (male & female) |
🤖 ChatBot (Coming Soon) | Get farming advice instantly using Q&A bot |
- Frontend: Streamlit
- Backend: Python
- ML Libraries: OpenCV, scikit-learn (upcoming)
- APIs: OpenWeatherMap, Agmarknet
- Tools:
gTTS
,Pillow
,Geopy
,Requests
KrishiMitra/
├── modules/ # All logic modules
│ ├── disease_detection.py
│ ├── remedies.py
│ ├── weather.py
│ └── crop_recommender.py
├── data/ # JSON / CSV files
├── assets/ # Images / audio
├── krishimitra_app.py # Main app
├── requirements.txt
└── README.md