Skip to content

anshuman444/kisan-mitra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌾 Kisan Mitra | किसान मित्र

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.


🚀 Features

  • 🌍 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.

🧠 Tech Stack

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

🧩 System Workflow

  1. The user selects a preferred language (English or Hindi).
  2. The chatbot (Kisan Mitra) welcomes the user and provides example prompts.
  3. The user types or speaks a question related to agriculture.
  4. The AI model processes the query and provides relevant guidance.
  5. The conversation continues interactively for better assistance.

📸 Screenshot

Kisan Mitra Interface


⚙️ Installation & Setup

  1. Clone the repository

    git clone https://github.com/yourusername/KisanMitra.git
    cd KisanMitra
  2. Install dependencies

    npm install

    or (if Flask backend)

    pip install -r requirements.txt
  3. Run the app

    npm start

    or (for Flask)

    python app.py
  4. Open in browser

    http://localhost:3000
    

🌱 Future Enhancements

  • 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

🧑‍💻 Developers

  • Contributors: ayushmanzzzz

🪔 Acknowledgements

  • IIT Kharagpur Agricultural Tech initiatives
  • OpenAI / Dialogflow for NLP support
  • Government open data sources for agriculture
  • Inspired by the vision of empowering Indian farmers 🌾

📜 License

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

Releases

No releases published

Packages

No packages published