Image classification by diseas recognition on leaves
You need python, uv, make
git clone https://github.com/plagache/leaffliction
cd leaffliction
make setup
# Source and activate the environement
source activate
# Transform images
python Transformation.py -src images -dst debug
# python Transformation.py "images/Apple/Apple_healthy/image (9).JPG"
# 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