Computer Vision : Live detection of plant diseases.
Two GUI :
Continuous webcam detecting and predicting plant disease in Flask GUI.
py -3 -m venv venv
venv\Scripts\activate
pip install Flask
pip install tensorflow
pip install tensorflow_hub
pip install opencv-python
pip install matplotlib
set FLASK_ENV=development
flask run
final_61dd7752030e1f00dd38ee52_336942.mp4
1. Install Anaconda environment.
2. Install Jupyter Notebook.
3. Install Voila.
Voila GUI Interface Graphic. The user clicks on the button predict, then the result of the prediction is displayed on ipywidgets box.