A project to detect plant disease using leaf images and to calculate the percentage of leaf affected by the disease using OpenCV.
git clone https://github.com/NahushKulkarni/Plant-Disease-Detection.git
cd Plant-Disease-Detection
python3 -m virtualenv env
source ./env/bin/activate
pip3 install tk opencv-python
python3 Plant_Disease_Detector.py