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

https://github.com/VaibhavSaini19/Crop-Yield-Prediction-using-ML

A simple Web application developed in order to provide the farmers/users an approximation on how much amount of crop yield will be produced depending upon the given input
https://github.com/VaibhavSaini19/Crop-Yield-Prediction-using-ML

linear-regression machine-learning php python web-application

Last synced: 8 months ago
JSON representation

A simple Web application developed in order to provide the farmers/users an approximation on how much amount of crop yield will be produced depending upon the given input

Awesome Lists containing this project

README

          

# Crop-Yield-Prediction-using-ML

A simple Web application developed in order to provide the farmers/users an approximation on how much amount of crop yield will be produced depending upon the given input.
The application uses a Random Forest Machine Learning model, which was trained on over 20 years of data from 30 districts of Maharashtra, along with automatic live weather fetching for prediction. The model achieved
an accuracy of around 86% and can be even further improved with more data.

## Usage
- Make sure you have WAMP / XAMPP installed on your machine
- Clone the repo
- Ensure Apache server is running
- Run index.php through localhost
- Select the `district`, `Crop`, `Soil` and enter the `Area`
- Click on `Predict`
- Wait for a few seconds
- The results will appear below the predict button

```Web link will be available soon...untill then```
Check out the preview

## Preview
![](https://github.com/VaibhavSaini19/Crop-Yield-Prediction-using-ML/blob/master/CYP.png)