This project uses machine learning to recommend the most suitable crop to grow based on environmental and soil conditions. It's built with a trained model and deployed via a simple web app interface using Flask.
- Predicts the best crop to grow using input features such as nitrogen, phosphorous, potassium, temperature, humidity, pH, and rainfall.
- Trained using scikit-learn with multiple ML algorithms.
- Simple and responsive UI using Flask.
git clone https://github.com/your-username/Crop-Prediction-Project.git
cd Crop-Prediction-Projectpython -m venv venvpip install -r requirements.txtpython model.pypython app.py