Plant Leaf Disease Detection using Machine Learning and Image processing Project for final year students

Description:
In this project, we first collect the images of different types of infected, good, and seems to be infected plant leafs. Once the leaf dataset is prepared then, we apply an image processing algorithm on the images and predict the infected and not-infected plant leafs using Deep Learning and ImageProcessing.
Steps Involved in Image Processing
Image Acquisition
Enhancement of image
Image Restoration
Color Image Processing
Compression
Segmentation
Algorithm used used
Using Deep Learning for Prediction along with Image processing such as Convolution Neural network is mostly prefer neural networks for image analysis.
Installation of the Project
Tensorflow:-Install tensorflow in your local environment or anaconda environment using command-line by using command:
$ pip install tensorflow
Keras:- For detailed installation of Keras with TensorFlow read this:- https://keras.io/#installation
Scikit Learn:- If you are using anaconda it is previously installed. https://scikit-learn.org/0.15/install.html
Pickle:- If you are using Anaconda it’s previously installed.
OpenCv:- Install OpenCv using the command –> pip install opencv-python
Note: As the dataset is large and huge, it is better to use Google Colaboratory for training the model and evaluating the model.
Source Code of Plant Leaf Disease Detection Project using Machine Learning and Image processing
Source code will be given on request, you can send your details to vtupulse@gmail.com
Summary:
Here you find the Plant Leaf Disease Detection using Deep Learning and Image processing Project for final year students. If you like the material share it with your friends. Like the Facebook page for regular updates and YouTube channel for video tutorials.