This is project on detecting leaf diseases using image segmentation. The catch is I do it without using deep learning.
Instead I design a multi-stage(3 stage classifier) classifier.
So What can you do to use it?
To run it with default settings:
git clone https://github.com/Abhiswain97/Leaf_disease_detection.git
cd Leaf_disease_detection
python run.py --test_image_path <path to your test image>
For help: python run.py -h
Run it with custom settings: Run the Classification.py
in src
folder.
For help: python Classification.py -h