Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crop Recommedation System using ML #1097

Closed
wants to merge 13 commits into from

Conversation

kanchanraiii
Copy link
Contributor

Have you read the Contributing Guidelines ?

Yes

Description

This application assists farmers in selecting the optimal crop to cultivate, considering soil composition and environmental conditions. By providing information such as nitrogen, phosphorus, and potassium levels, as well as temperature, humidity, pH, and rainfall, users receive tailored recommendations for the most suitable crop out of a selection of 22 options. This is a supervised multi-class classification problem. The recommendation is made using a Random Forest model trained on agricultural data. This model considers various factors to predict the best crop for your field. The model has been developed by analyzing many models like SVM, Random Forest, Decision Tree, Logistic Regression, Gaussian Naive Bayes. Random Forest has been selected based on the Cross Validation Accuracy & Test Accuracy.

Deployed with Streamlit

image

Fixes #1034

Checklist

  • I've read the contribution guidelines.
  • I've checked the issue list before deciding what to submit.
  • I've edited the README.md and link to my code.

Related Issues or Pull Requests

@github-actions github-actions bot requested a review from Kushal997-das May 26, 2024 08:43
@kanchanraiii
Copy link
Contributor Author

please consider this under GSSOC'24

Copy link
Owner

@Kushal997-das Kushal997-das left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kanchanrai7 A few things need to be changed:

  1. Add the project under the intermediate section.
  2. Make the readme.md file a bit more attractive.
  3. Fetch the origin again and add your project under the intermediate section in the main readme.md file.

@Kushal997-das Kushal997-das added Changes-required Little bit changes required . gssoc This level is for GSSOC level2 Under level 2 labels May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes-required Little bit changes required . gssoc This level is for GSSOC level2 Under level 2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crop Recommender System using ML
2 participants