Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 917 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 917 Bytes

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