diff --git a/README.md b/README.md index df22c69f..ee3b0592 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,16 @@ ## โœจ Overview -**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. +**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 (via TTS) +- ๐Ÿ“Š Mandi price tracking +- โ˜๏ธ Weather updates +- ๐ŸŒฑ Crop recommendations +- ๐Ÿงพ Government scheme info + +All through a **simple, easy-to-use Streamlit interface**. --- @@ -41,9 +50,15 @@ - **Frontend**: [Streamlit](https://streamlit.io/) - **Backend**: Python -- **ML Libraries**: OpenCV, scikit-learn (upcoming) -- **APIs**: OpenWeatherMap, Agmarknet -- **Tools**: `gTTS`, `Pillow`, `Geopy`, `Requests` +- **ML Libraries**: OpenCV, scikit-learn *(upcoming)* +- **APIs**: + - [OpenWeatherMap](https://openweathermap.org/) + - [Agmarknet (Mandi Prices)](https://agmarknet.gov.in/) +- **Tools**: + - `gTTS` (Google Text-to-Speech) + - `Pillow` (Image processing) + - `Geopy` (Geolocation) + - `Requests` (API calls) --- @@ -58,8 +73,67 @@ KrishiMitra/ โ”‚ โ””โ”€โ”€ crop_recommender.py โ”œโ”€โ”€ data/ # JSON / CSV files โ”œโ”€โ”€ assets/ # Images / audio -โ”œโ”€โ”€ krishimitra_app.py # Main app -โ”œโ”€โ”€ requirements.txt +โ”œโ”€โ”€ krishimitra_app.py # Main Streamlit app +โ”œโ”€โ”€ requirements.txt # All dependencies โ””โ”€โ”€ README.md +๐Ÿš€ Getting Started +โœ… Prerequisites +Python 3.8+ +Streamlit (pip install streamlit) +Other libraries: gTTS, Pillow, requests, geopy, opencv-python + +Install : + +bash command + +pip install -r requirements.txt +โ–ถ๏ธ Run the App + +bash command + +streamlit run krishimitra_app.py + + +๐Ÿค Contributing +We welcome contributions from developers, researchers, and agri-enthusiasts! +To contribute: + +Fork the repo + +Create a new branch + +Make your changes + +Open a Pull Request + +๐Ÿ“Œ Future Roadmap + AI-powered ChatBot assistant + + Voice Command Interface in regional languages + + Farmer crop diary & reminders + + Disease prediction via time-series ML models + + Full mobile app version + +๐Ÿง‘โ€๐ŸŒพ Made For +This project is proudly made for Girlscript Summer of Code 2025 (GSSoC) and aims to uplift the farming ecosystem in India through accessible AI tools. + +๐Ÿ“œ License +This project is licensed under the MIT License. + +๐ŸŒŸ Star this repo to support the cause of smart agriculture in India! +yaml +Copy +Edit + +--- + +Let me know if you want: +- Translated content in Hindi/Tamil/etc. +- Custom logo/banner +- GitHub-friendly `.md` formatting with emojis/icons optimized for dark/light themes +- Contribution guidelines