You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
About
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