cruffinoni / Crop-Recommender

AI Application that can predict the most suitable crops to grow in particular farm based on various parameters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hits

Crop Recommendation Using Machine Learning

Crop recommendation is one of the most important aspects of precision agriculture. Crop recommendations are based on a number of factors. Precision agriculture seeks to define these criteria on a site-by-site basis in order to address crop selection issues. While the "site-specific" methodology has improved performance, there is still a need to monitor the systems' outcomes.Precision agriculture systems aren't all created equal. However, in agriculture, it is critical that the recommendations made are correct and precise, as errors can result in significant material and capital loss.

This application will assist farmers in increasing agricultural productivity, preventing soil degradation in cultivated land, reducing chemical use in crop production, and maximizing water resource efficiency.

This dataset was build by augmenting datasets of rainfall, climate and fertilizer data available for India.

  • N - Ratio of Nitrogen content in soil
  • P - Ratio of Phosphorous content in soil
  • K - Ratio of Potassium content in soil
  • Temperature - temperature in degree Celsius
  • Humidity - relative humidity in %
  • ph - ph value of the soil
  • Rainfall - rainfall in mm
  • Data Analysis
    • All columns contain outliers except for N.
  • Performance Evaluation
    • Splitting the dataset by 80 % for training set and 20 % validation set.
  • Training and Validation
    • GausianNB gets a higher accuracy score than other classification models.
    • GaussianNB ( 99 % accuracy score )
  • Performance Results
    • Training Score: 99.5%
    • Validation Score: 99.3%

Demo

Live Demo: https://ai-crop-recommender.herokuapp.com/

References

About

AI Application that can predict the most suitable crops to grow in particular farm based on various parameters.


Languages

Language:Python 98.9%Language:Shell 1.1%