#Leaf Disease detection with CNN algorithm using keras
In this we have three basic steps: Image Pre-processing and analysis, Feature Extraction and Recognition of plant disease. The aim is to detect the symptoms of the disease occurred in leaves in an accurate way. Once the captured image is pre-processed, the various properties of the plant leaf such as intensity, color and size are extracted and sent to SVM classifier with Back propagation Neural Network for classification.