Detect plant diseases from leaf photos.
You take a photo of a leaf. The computer tells you if it's healthy or sick.
Plants look different when they're sick. The computer learns to spot these differences.
It ignores the background and focuses only on the leaf:
It analyzes the leaf's texture and color to find signs of disease:
The computer predicts what disease the leaf has (or if it's healthy).
You need python, uv, make
git clone https://github.com/plagache/leaffliction
cd leaffliction
make setup# Activate the environment
source activate
# Transform images
python Transformation.py -src images -dst debug# display information about the nvidia graphic card in use
make nvidia
# dll and extract datasets
# make extract
make get_dateset
# display information about the distribution of the datasets
make distribution

