Crop Recommendation is a web app that helps farmers determine which crops are best suited for their specific soil and weather conditions.
- Clone the repository
git clone https://github.com/shamsiddin-abbasov/crop-recommendation.git
- Navigate into the project directory
cd crop-recommendation
- Install the dependencies
pip install -r requirements.txt
- Run the app
streamlit run app.py
-
Go to
http://localhost:8501
in your web browser -
Enter the soil and weather conditions of your farm in the input fields.
-
Click on the "Get Recommendations" button to see the recommended crops based on your input.
-
The app will display the recommended crops along with additional information such as the expected yield, planting season, and harvest season.
- Fork the repository
- Create a new branch
git checkout -b feature_branch_name
- Make changes and commit them
git commit -m "your message here"
- Push to the remote branch
git push origin feature_branch_name
- Create a pull request
Model trained on Machine Learning Algorithms. Dataset used for this project is at ©Kaggle
This project is licensed under the MIT License.