Kisan Mitra is an AI-powered farming assistant designed to help farmers with agricultural queries in both English and Hindi. It provides instant information on crops, soil, irrigation, weather, and other farming-related topics through an interactive chatbot interface.
- 🌍 Bilingual Support – Works in both English and Hindi for wider accessibility.
- 🤖 Chatbot Assistance – Farmers can ask queries related to crops, soil, irrigation, and more.
- ☁️ AI Integration – Uses an intelligent backend to process and answer agricultural questions.
- 🪴 User-Friendly Interface – Clean and simple UI built for easy navigation.
- 🔊 Voice Input (Optional) – Users can ask questions through voice (if implemented).
- 💬 Smart Replies – Provides meaningful, contextual responses to farming-related questions.
| Component | Technology |
|---|---|
| Frontend | HTML, CSS, JavaScript, React (or basic JS if applicable) |
| Backend | Flask / Node.js (depending on your setup) |
| AI/ML | NLP-based chatbot (OpenAI / Dialogflow / custom-trained model) |
| Database (optional) | Firebase / MongoDB / MySQL |
| Languages Supported | English, Hindi |
- The user selects a preferred language (English or Hindi).
- The chatbot (Kisan Mitra) welcomes the user and provides example prompts.
- The user types or speaks a question related to agriculture.
- The AI model processes the query and provides relevant guidance.
- The conversation continues interactively for better assistance.
-
Clone the repository
git clone https://github.com/yourusername/KisanMitra.git cd KisanMitra -
Install dependencies
npm install
or (if Flask backend)
pip install -r requirements.txt
-
Run the app
npm start
or (for Flask)
python app.py
-
Open in browser
http://localhost:3000
- Weather forecasting integration
- Market price prediction for crops
- Pest and disease detection using image recognition
- Personalized farming advice via AI
- Offline mode for rural accessibility
- Contributors: ayushmanzzzz
- IIT Kharagpur Agricultural Tech initiatives
- OpenAI / Dialogflow for NLP support
- Government open data sources for agriculture
- Inspired by the vision of empowering Indian farmers 🌾
This project is licensed under the MIT License – feel free to use and modify with credit.
“Empowering farmers through technology — one query at a time.” — Kisan Mitra Team
