Skip to content

A project to detect plant disease using leaf images and to calculate the percentage of leaf affected by the disease using OpenCV.

Notifications You must be signed in to change notification settings

NahushKulkarni/Plant-Disease-Detection

Repository files navigation

Plant-Disease-Detection

Screenshots

Screenshot_1

Screenshot_2

Screenshot_3

Project Setup
  1. Clone this repository
git clone https://github.com/NahushKulkarni/Plant-Disease-Detection.git
  1. Navigate to Plant-Disease-Detection folder
cd Plant-Disease-Detection
  1. Create Virtual Environment
python3 -m virtualenv env
  1. Activate Virtual Environment
source ./env/bin/activate
  1. Install dependencies
pip3 install tk opencv-python
  1. Run Plant_Disease_Detector.py
python3 Plant_Disease_Detector.py
This README.md was made to best work with MacOS and Linux Distributions

About

A project to detect plant disease using leaf images and to calculate the percentage of leaf affected by the disease using OpenCV.

Topics

Resources

Stars

Watchers

Forks

Languages