https://github.com/devanshi-bavaria/crop-recommendation
Using machine learning, our system recommends the best crop based on soil and environmental factors (๐ฑ nitrogen, ๐พ phosphorus, ๐ฅ potassium, ๐ก๏ธ temperature, ๐ง humidity, ๐งช pH, โ rainfall). Easy, user-friendly interface.
https://github.com/devanshi-bavaria/crop-recommendation
css flask html ml pickle
Last synced: 6 months ago
JSON representation
Using machine learning, our system recommends the best crop based on soil and environmental factors (๐ฑ nitrogen, ๐พ phosphorus, ๐ฅ potassium, ๐ก๏ธ temperature, ๐ง humidity, ๐งช pH, โ rainfall). Easy, user-friendly interface.
- Host: GitHub
- URL: https://github.com/devanshi-bavaria/crop-recommendation
- Owner: Devanshi-Bavaria
- Created: 2024-08-07T05:41:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-11T15:31:45.000Z (about 1 year ago)
- Last Synced: 2025-02-09T03:12:07.672Z (8 months ago)
- Topics: css, flask, html, ml, pickle
- Language: HTML
- Homepage:
- Size: 575 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crop Prediction System
The Crop Prediction System is an advanced machine learning project designed to help farmers and agricultural professionals make informed decisions about which crops to plant. By analyzing various environmental and soil parameters, the system can predict the most suitable crop for a given set of conditions, thereby optimizing yield and sustainability.
## Dataset
https://www.kaggle.com/datasets/atharvaingle/crop-recommendation-dataset## Key Features
- **Input Parameters:**
- Nitrogen (N) content in the soil
- Phosphorus (P) content in the soil
- Potassium (K) content in the soil
- Temperature (ยฐC)
- Humidity (%)
- Soil pH level
- Rainfall (mm)- **Machine Learning Model:**
- Utilizes a Random Forest Classifier trained on a dataset of crop conditions and yields.- **Model Accuracy:**
- The system has been evaluated for accuracy and reliability, achieving an accuracy rate of 99.54%.## Technical Details
- **Frontend:**
- Built using HTML, CSS, and JavaScript.- **Backend:**
- Machine learning model developed using Python.
- **Deployment:**
- Flask is used to develop Web App along with HTML, CSS and JS.
