An open API service indexing awesome lists of open source software.

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.

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.

![image](https://github.com/user-attachments/assets/c2376203-c330-42db-ae5f-3cea9a877492)