This project predicts plant diseases using machine learning.
It includes:
- A Streamlit app (
app.py
) for interactive predictions - A Google Colab Notebook (
ds_final.ipynb
) for experiments & analysis
- Synthetic dataset generation
- RandomForestClassifier model
- Streamlit-based UI for predictions
- Shows prediction probability & model accuracy
plant-disease-prediction/
βββ app.py # Streamlit app
βββ ds_final.ipynb # Google Colab notebook with analysis & models
βββ requirements.txt # Project dependencies
βββ README.md # Project documentation
- Clone this repo:
git clone https://github.com/<your-username>/plant-disease-prediction.git cd plant-disease-prediction
- Install dependencies:
pip install -r requirements.txt
streamlit run app.py
- Open ds_final.ipynb in Google Colab for detailed analysis and model experimentation.
This project is open-source and available under the MIT License.