REPOSITORY OVERVIEWLive repository statistics
★ 1Stars
⑂ 0Forks
◯ 0Open issues
◉ 1Watchers
49/100
OPENREPOHUB HEALTH SIGNALMixed signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
72 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Intelligent Farm Management and Predictive Crop Analytics Platform
A Django-based web application that leverages Machine Learning to assist farmers in decision-making through crop recommendation and price prediction.
🚀 Features
- Crop Recommendation: Suggests the most suitable crops based on soil nutrients (Nitrogen, Phosphorous, Potassium), soil type, and season using a Random Forest Classifier.
- Price & Yield Prediction: Predicts future crop prices and potential yields using LSTM (Long Short-Term Memory) neural networks.
- Market Data: Provides real-time/historic seed and market price information across different states and districts.
- User Authentication: Secure signup and login system for farmers and researchers.
- Dataset Management: Ability to load and process custom crop datasets for analysis.
🛠️ Tech Stack
- Backend: Django (Python)
- Machine Learning: TensorFlow, Keras, Scikit-learn
- Data Processing: Pandas, NumPy
- Database: MySQL (via PyMySQL)
- Frontend: HTML, CSS (Vanilla)
📋 Prerequisites
Before running the project, ensure you have the following installed:
⚙️ Installation & Setup
-
Clone the Repository
git clone https://github.com/saiteja-5h0/Intelligent-Crop-Recomendation.git
cd Intelligent-Crop-Recomendation
-
Install Dependencies
pip install -r requirements.txt
-
Database Configuration
- Create a MySQL database named
crop.
- Ensure your MySQL user is
root with password root (or update the credentials in CropApp/views.py).
- The system uses a
signup table for user management.
-
Run the Application
python manage.py runserver
Access the application at http://127.0.0.1:8000/index.html.
🧠 Machine Learning Models
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
AgriGenius is an intelligent chatbot designed to answer agriculture-related questions by fetching content from websites and PDFs, translating text using Google Translate, and leveraging a robust language model. This project uses Python, Flask, RAG, LLM, GENAI, API, LangChain, NLP for the backend, and HTML, CSS, and JavaScript for the frontend.
38/100 healthActive repositoryHas homepage
No license
⑂ 0 forks◯ 0 issuesUpdated Aug 5, 2025
Project homepage ↗AgriGenius is an intelligent chatbot designed to answer agriculture-related questions by fetching content from websites and PDFs, translating text using Google Translate, and leveraging a robust language model. This project uses Python, Flask, RAG, LLM, GENAI, API, LangChain, NLP for the backend, and HTML, CSS, and JavaScript for the frontend.
34/100 healthActive repository
PythonNo license
⑂ 0 forks◯ 0 issuesUpdated Aug 5, 2025