项目作者: NahushKulkarni

项目描述 :
A project to detect plant disease using leaf images and to calculate the percentage of leaf affected by the disease using OpenCV.
高级语言: Python
项目地址: git://github.com/NahushKulkarni/Plant-Disease-Detection.git
创建时间: 2020-11-15T15:04:58Z
项目社区:https://github.com/NahushKulkarni/Plant-Disease-Detection

开源协议:

下载


Plant-Disease-Detection

Screenshots

Screenshot_1

Screenshot_2

Screenshot_3

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