- Clone this repository
git clone https://github.com/NahushKulkarni/Plant-Disease-Detection.git
- Navigate to Plant-Disease-Detection folder
cd Plant-Disease-Detection
- Create Virtual Environment
python3 -m virtualenv env
- Activate Virtual Environment
source ./env/bin/activate
- Install dependencies
pip3 install tk opencv-python
- Run Plant_Disease_Detector.py
python3 Plant_Disease_Detector.py