Skip to content

chillakalyan/Crop-Prediction-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌾 Crop-Prediction-Project

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.


🚀 Features

  • 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.

🧪 How to Run

Step 1- Clone the Repository

git clone https://github.com/your-username/Crop-Prediction-Project.git
cd Crop-Prediction-Project

Step 2- Create a Virtual Environment

python -m venv venv

Step 3- Install the requirements

pip install -r requirements.txt

Step 4- Train the Model

python model.py

Step 5- Run the Flask App

python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published