Build this application using streamlit library which is detecting 3 plants disease and work perfectly. I have trianed CNN model for each disease using kaggle dataset and then integrate those models in streamlit for realtime use.
You can visit given link to check the application that how it works https://plantdiseasedetectionappapp-7pvuh48449k.streamlit.app/
First Create new virtual environment
python -m venv venv
Activate virtual environment
venv\Scripts\activate
Install all dependencies in requirments.txt file
pip install -r requirements.txt
Run Application
streammlit run app.py
If you have any feedback, please reach out to us at uzair1kk2019@gmail.com