C

Crop Reco

A crop recommendation system is a tool that provides guidance to farmers on the most suitable crops to grow in a specific location, based on factors such as climate,and other environmental conditions.

C

Crop Reco

A crop recommendation system is a tool that provides guidance to farmers on the most suitable crops to grow in a specific location, based on factors such as climate,and other environmental conditions.

The problem Crop Reco solves

A rule-based system use rules to suggest crops based on weather patterns, and other relevant factors. This type of system is relatively simple to implement and may be suitable for smaller farms with less complex data needs.
A crop recommendation system can be a valuable tool for farmers, helping to increase crop yield, optimize resource use, and reduce the risk of crop failure due to environmental factors.

Challenges we ran into

First we use the data set from kaggle
We preprocess the data using pandas and matplotlib get teh relation between the factors affecting crop and the used Sklearn . We choose logistic regression as our model and predict the crop recommendation and we got overall 95% accuracy on the test data (unknown data)
Finally after building our model we uses Streamlit platorm to deploy our model on streamlit cloud

Tracks Applied (1)

AI & ML

A crop recommendation system using machine learning (ML) built using a combination of data collection, preprocessing, f...Read More

Discussion