SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 668
Plant Diseases Prediction Using Image Processing
Gautam Lambe1, Akshad Chaudhari2, Harshal Gaikwad3, Aniket Khatake4, Dr. S.B.Sonkamble5
1-4Dept. of Computer Engineering, JSPM’s Narhe Technical Campus, Pune, Maharashtra. India
5Professor, Dept. of Computer Engineering, JSPM’s Narhe Technical Campus, Pune, Maharashtra, India
----------------------------------------------------------------------***---------------------------------------------------------------------
ABSTRACT: In India, the tomato plant is the most
advanced crop. Farmers across the world are dealing with
difficulties because of disruptions, illness, or inadequacies
in their equipment. For the assurance of plant leaf
contamination, they rely on the information they receive
from the cultivating divisions. This engagement is
complicated and lengthy. Here is a framework that will
assist ranchers all around the world in accurately and
quickly recognizing plant leaf diseases. The main purpose
of this framework is to achieve more consistent execution
in the detection of infections. In the middle of several plant
diseases that affect leaves, such as Late scourge, bacterial,
and viral infections, it has been chosen to separate
contaminated leaves from healthy leaves, which includes
Late scourge, bacterial, and viral infections. Using a large
dataset, the proposed approach is designed to successfully
discriminate specified illnesses that affect tomato plant
leaves. We proposed using CNN techniques to predict
tomato leaf disease.
Keywords: - Image Processing, Disease, Convolutional
Neural Network
1. INTRODUCTION
Agriculture is, without a doubt, one of the most
important jobs on the world. Food is a basic requirement
for all living things on this earth, hence it plays a crucial
role. As a result, improving the quality of farming products
has become critical. It is critical to administer these crops
in a legal manner right from the start. A plant's lifespan has
a lot of different stages. It includes soil planning,
cultivating, adding faeces and manures, water system
measures, infection detection (if any), pesticide use, and
produce harvesting. Plants have been infected with a
variety of illnesses that have resulted in significant losses
in the production of high-quality agricultural products. To
address this problem, it is critical to do plant disease
identification and prevention. In general, plant diagnostics
are carried out by professionals through visual inspection
and, if necessary, assessment of the concentration or
potency of a virus or bacteria through its effect on living
cells or tissues of plant leaves. Plant diseases have been
identified using a variety of computer-based methods
based on leaf pictures. Many techniques look at not just the
spread of plant diseases, but also the location of their
affected areas. Object detection and location have recently
received a lot of attention in the deep learning and image
processing domains, and numerous interesting algorithms
have been suggested. The leaves of the plants are harmed
by diseases and pests that must be discovered. These
adverse consequences alter the physical look of the leaf,
allowing the cause of the harm to be identified using
photos captured by the cameras. In this scenario, a mobile
computer and a typical RGB camera are required for
disease diagnosis, and deep learning, a recent machine
learning trend, produces excellent accuracy in
classification jobs.
1.1 OBJECTIVES
 To improve the accuracy with which diseases can be
identified.
 Recognize anomalies on plants in the greenhouse or
in the natural environment.
 To use CNN Classifier to classify the disease
2. LITERATURE SURVEY
They employed the convolutional neural network
(CNN) to classify plant leaf diseases into 15 categories,
comprising 12 classes for diseases discovered in different
plants, such as bacteria, fungi, and others, and three classes
for healthy leaves. As a result, they achieved exceptional
accuracy in training and testing, with a training accuracy of
(98.29 percent) and testing accuracy of (98.029 percent)
for all data sets used. [1] An overview of picture
segmentation with K-means clustering and HSV-dependent
classification for identifying infected parts of the leaf, as
well as feature extraction with GLCM. When processed by a
Random Forest classifier, the suggested methodology can
successfully detect and categorize plant illnesses with an
accuracy of 98 percent. [2]
To reduce production and economic losses in the
agriculture industry, researchers proposed an integrated
deep learning framework in which a pre-trained VGG-19
model is used for feature extraction and a stacking
ensemble model is used to detect and categorize leaf
diseases from photos. The system was tested using a
dataset with two classes (Infected and Healthy) and a total
of 3242 photos. Their work has been likened to that of
other modern algorithms (kNN, SVM, RF and Tree). [3].
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 669
A CNN was proposed for automatic feature
extraction and categorization. Plant leaf disease research
makes extensive use of color information. Filters are
applied to three channels based on RGB components in the
model. For training the network, the output feature vector
of the convolution component was input into the LVQ [4].
The major goal was to reduce pesticide use in order to
produce a decent crop and boost production rate. Image
processing can be used to detect plant disease. Pre-
processing of the image, feature extraction, classification,
and prediction of identified disease are some of the
procedures involved in disease detection. As a result,
developing a recognition system can aid in the evaluation
of high-resolution images of the plant for proper therapy
and prevention [5].
To diagnose diseases, deep learning approaches
were applied. The implementation's most important
difficulty was deciding on a deep learning architecture. As
a result, two distinct deep learning network topologies,
AlexNet and SqueezeNet, were tried. The Nvidia Jetson TX1
was used to train and validate both of these deep learning
networks. The training was done with photos of tomato
leaves from the Plant Village dataset. There are ten
separate classes, all of which have healthy imagery. Images
from the internet are also used to test trained networks.
[6]
Faster R-CNN and Mask R-CNN are two separate
models utilized in these methods in[7], with Faster R-CNN
being used to identify the sorts of tomato illnesses and
Mask R-CNN being used to detect and segment the
locations and shapes of the infected areas. Four different
deep convolutional neural networks are integrated to find
the model that best matches the tomato disease detection
problem. The dataset is divided into a training set, a
validation set, and a test set used in the experiments, and
the data is acquired from the Internet. The results of the
experiments demonstrated that their proposed models can
correctly and quickly detect the eleven tomato disease
kinds, as well as segment the locations and forms of
diseased areas. The main objective of this system is to
accurately detect disorders in tomato plant using IoT,
Machine Learning, Cloud Computing, and Image Processing
[8].
3. IMPLEMENTATION DETAILS OF MODEL
Fig: - System Architecture
The photos, or dataset, were gathered from Kaggle and
include normal and several sorts of afflicted tomato leaf
images. Applying pre-processing techniques such as RGB to
greyscale conversion and enhancing them with a filtering
algorithm to eliminate noise from the image is the first
stage. The image is then segmented after edge detection
algorithms are used to detect the image's edges. The
following phase is segmentation, which is followed by
feature extraction, which converts the image into a set of
images. Certain visual features of interest are discovered
and displayed here for further processing. The resulting
representation can then be fed into a variety of pattern
recognition and classification algorithms, which will
categorize or recognize the image's semantic contents. The
detection of leaf is noticed after feature extraction. All of
this is accomplished in the classification block. All of these
steps were completed using the convolutional neural
network technique. Finally, the suggested system's
performance and accuracy are assessed.
4. CONCLUSION
The deep feed-forward artificial neural network
known as the convolution neural network is used to detect
leaf disease. Because the adjacent leaves may have the
same or a different disease, it will be difficult to detect
precisely, we are considering one leaf per photograph. We
undertake a series of stages in the suggested technique,
such as data pre-processing to increase detection accuracy
and other image processing methods to improve our result
accuracy. If this strategy is fully applied, the disease will be
recognized at an early stage, reducing the cost and time
spent manually.
5. REFERENCES
1. Marwan Adnan Jasim and Jamal Mustafa AL-Tuwaijari ,
“Plant Leaf Diseases Detection and Classification Using
Image Processing and Deep Learning Techniques”,
2020 International Conference on Computer Science
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 670
and Software Engineering, IEEE 2020.
2. Poojan Panchal, Vignesh Charan Raman and Shamla
Mantri , “Plant Diseases Detection and Classification
using Machine Learning Models”, IEEE 2019
3. Jiten Khurana and Anurag Sharma ,“ An Integrated Deep
Learning Framework of Tomato Leaf Disease
Detection”, International Journal of Innovative
Technology and Exploring Engineering (IJITEE),2019
4. Melike Sardogan, Adem Tuncer and Yunus Ozen, “Plant
Leaf Disease Detection and Classification Based on CNN
with LV Algorithm”, IEEE 2018.
5. Gaurav Langar, Purvi Jain and Nikhil, “Tomato Leaf
Disease Detection using Artificial Intelligence and
Machine Learning”, International Journal of Advance
Scientific Research and Engineering Trends, 2020.
6. Halil Durmus and Murvet Kirci, “Disease Detection on
the Leaves of the Tomato Plants by Using Deep
Learning ”,International Conference on Agro-Geo
informatics,2018.
7. Minghe Sun and Jie xue, “Identification of Tomato
Disease Types and Detection of Infected Areas Based on
Deep Convolutional Neural Networks and Object
Detection Techniques”, Research Article, 2019.
8. Saiqa Khan and Meera Narvekar, “Disorder detection of
tomato plant(solanum lycopersicum) using IoT and
machine learning”, Journal of Physics: Conference
Series ,2019.
9. Li Zhang and Guan Gui,“ Deep Learning Based
Improved Classification System for Designing Tomato
Harvesting Robot”, Special Section on AI-Driven Big
Data Processing: Methodology, and Applications, 2018.
10. P. Narvekar, and S. N. Patil, “Novel algorithm for grape
leaf diseases detection” International Journal of
Engineering Research and General Science Volume 3,
Issue 1, pp.no 1240-1244, 2015.
11. R. Kaur and M. Kaur” An Adaptive Model to Classify
Plant Diseases Detection using KNN”International
Journal of Trend in Scientific Research and
Development (IJTSRD) ISSN: 2456-6470.
12. P. V,Rahul Das,and V. Kanchana , “Identification of Plant
Leaf Diseases Using Image Processing Techniques” 978-
1-5090-4437- 5/17/$31.00 ©2017 IEEE International
Conference on Technological Innovations in ICT For
Agriculture and Rural Development.
13. M. J. Vipinadas and A.Thamizharasi, “A Survey on Plant
Disease Identification” International Journal of
Computer Science Trends and Technology (IJCST) –
Volume 3 Issue 6, Nov-Dec 2015
14. K. P. Ferentinos, “Deep learning models for plant
disease detection and diagnosis,” Computers and
Electronics in Agriculture, no. September 2017, pp.
311–318.
15. J. M. AL-Tuwaijari and S. I. Mohammed, "Face Image
Recognition Based on Linear Discernment Analysis and
Cuckoo Search Optimization with SVM", International
Journal of Computer Science and Information Security.
ISSN 1947 5500, IJCSIS November 2017 Volume 15 No.
11
16. S. P Mohanty, D. P Hughes, and Marcel Salathe, “Using
deep learning for image-based plant disease detection”,
In:Frontiers in plant science 7 (2016), p. 1419.
17. Gittaly Dhingra & Vinay Kumar & Hem Dutt Joshi ”
Study of digital image processing techniques for leaf
disease detection and classification” © Springer
Science+Business Media, LLC, part of Springer Nature
2017 https://doi.org/10.1007/s11042-017-5445-8 .
18. S. Sladojevic, M. Arsenovic, A. Anderla, D. Culibrk, and D.
Stefanovic, “Deep neural networks based recognition of
plant diseases by leaf image classification,”
Computational Intelligence and Neuroscience, vol.
2016, Article ID 3289801, 11 pages, 2016.
19. G. L. Grinblat, L. C. Uzal, M. G. Larese, and P. M. Granitto,
“Deep learning for plant identification using vein
morphological patterns,” Computers and Electronics in
Agriculture, pp. 418–424.

More Related Content

Similar to CNN for Tomato Leaf Disease Prediction

Leaf Disease Detection Using Image Processing and ML
Leaf Disease Detection Using Image Processing and MLLeaf Disease Detection Using Image Processing and ML
Leaf Disease Detection Using Image Processing and MLIRJET Journal
 
Deep learning for Precision farming: Detection of disease in plants
Deep learning for Precision farming: Detection of disease in plantsDeep learning for Precision farming: Detection of disease in plants
Deep learning for Precision farming: Detection of disease in plantsIRJET Journal
 
A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...IRJET Journal
 
Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...IRJET Journal
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET Journal
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET Journal
 
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...IRJET Journal
 
Plant Disease Doctor App
Plant Disease Doctor AppPlant Disease Doctor App
Plant Disease Doctor AppIRJET Journal
 
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVMIRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVMIRJET Journal
 
A Review Paper on Automated Plant Leaf Disease Detection Techniques
A Review Paper on Automated Plant Leaf Disease Detection TechniquesA Review Paper on Automated Plant Leaf Disease Detection Techniques
A Review Paper on Automated Plant Leaf Disease Detection TechniquesIRJET Journal
 
IRJET- Farmer Advisory: A Crop Disease Detection System
IRJET- Farmer Advisory: A Crop Disease Detection SystemIRJET- Farmer Advisory: A Crop Disease Detection System
IRJET- Farmer Advisory: A Crop Disease Detection SystemIRJET Journal
 
Plant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image ProcessingPlant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image ProcessingIRJET Journal
 
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET Journal
 
Application for Plant’s Leaf Disease Detection using Deep Learning Techniques
Application for Plant’s Leaf Disease Detection using Deep Learning TechniquesApplication for Plant’s Leaf Disease Detection using Deep Learning Techniques
Application for Plant’s Leaf Disease Detection using Deep Learning TechniquesIRJET Journal
 
IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET Journal
 
Plant Leaf Disease Detection using Deep Learning and CNN
Plant Leaf Disease Detection using Deep Learning and CNNPlant Leaf Disease Detection using Deep Learning and CNN
Plant Leaf Disease Detection using Deep Learning and CNNIRJET Journal
 
IRJET- IoT based Preventive Crop Disease Model using IP and CNN
IRJET-  	  IoT based Preventive Crop Disease Model using IP and CNNIRJET-  	  IoT based Preventive Crop Disease Model using IP and CNN
IRJET- IoT based Preventive Crop Disease Model using IP and CNNIRJET Journal
 
ORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNIRJET Journal
 
Plant Monitoring using Image Processing, Raspberry PI & IOT
 	  Plant Monitoring using Image Processing, Raspberry PI & IOT 	  Plant Monitoring using Image Processing, Raspberry PI & IOT
Plant Monitoring using Image Processing, Raspberry PI & IOTIRJET Journal
 

Similar to CNN for Tomato Leaf Disease Prediction (20)

Leaf Disease Detection Using Image Processing and ML
Leaf Disease Detection Using Image Processing and MLLeaf Disease Detection Using Image Processing and ML
Leaf Disease Detection Using Image Processing and ML
 
Deep learning for Precision farming: Detection of disease in plants
Deep learning for Precision farming: Detection of disease in plantsDeep learning for Precision farming: Detection of disease in plants
Deep learning for Precision farming: Detection of disease in plants
 
A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...
 
Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
 
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
 
Plant Disease Doctor App
Plant Disease Doctor AppPlant Disease Doctor App
Plant Disease Doctor App
 
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVMIRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
 
ijatcse21932020.pdf
ijatcse21932020.pdfijatcse21932020.pdf
ijatcse21932020.pdf
 
A Review Paper on Automated Plant Leaf Disease Detection Techniques
A Review Paper on Automated Plant Leaf Disease Detection TechniquesA Review Paper on Automated Plant Leaf Disease Detection Techniques
A Review Paper on Automated Plant Leaf Disease Detection Techniques
 
IRJET- Farmer Advisory: A Crop Disease Detection System
IRJET- Farmer Advisory: A Crop Disease Detection SystemIRJET- Farmer Advisory: A Crop Disease Detection System
IRJET- Farmer Advisory: A Crop Disease Detection System
 
Plant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image ProcessingPlant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image Processing
 
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
 
Application for Plant’s Leaf Disease Detection using Deep Learning Techniques
Application for Plant’s Leaf Disease Detection using Deep Learning TechniquesApplication for Plant’s Leaf Disease Detection using Deep Learning Techniques
Application for Plant’s Leaf Disease Detection using Deep Learning Techniques
 
IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...
 
Plant Leaf Disease Detection using Deep Learning and CNN
Plant Leaf Disease Detection using Deep Learning and CNNPlant Leaf Disease Detection using Deep Learning and CNN
Plant Leaf Disease Detection using Deep Learning and CNN
 
IRJET- IoT based Preventive Crop Disease Model using IP and CNN
IRJET-  	  IoT based Preventive Crop Disease Model using IP and CNNIRJET-  	  IoT based Preventive Crop Disease Model using IP and CNN
IRJET- IoT based Preventive Crop Disease Model using IP and CNN
 
ORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNN
 
Plant Monitoring using Image Processing, Raspberry PI & IOT
 	  Plant Monitoring using Image Processing, Raspberry PI & IOT 	  Plant Monitoring using Image Processing, Raspberry PI & IOT
Plant Monitoring using Image Processing, Raspberry PI & IOT
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 

Recently uploaded (20)

VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 

CNN for Tomato Leaf Disease Prediction

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 668 Plant Diseases Prediction Using Image Processing Gautam Lambe1, Akshad Chaudhari2, Harshal Gaikwad3, Aniket Khatake4, Dr. S.B.Sonkamble5 1-4Dept. of Computer Engineering, JSPM’s Narhe Technical Campus, Pune, Maharashtra. India 5Professor, Dept. of Computer Engineering, JSPM’s Narhe Technical Campus, Pune, Maharashtra, India ----------------------------------------------------------------------***--------------------------------------------------------------------- ABSTRACT: In India, the tomato plant is the most advanced crop. Farmers across the world are dealing with difficulties because of disruptions, illness, or inadequacies in their equipment. For the assurance of plant leaf contamination, they rely on the information they receive from the cultivating divisions. This engagement is complicated and lengthy. Here is a framework that will assist ranchers all around the world in accurately and quickly recognizing plant leaf diseases. The main purpose of this framework is to achieve more consistent execution in the detection of infections. In the middle of several plant diseases that affect leaves, such as Late scourge, bacterial, and viral infections, it has been chosen to separate contaminated leaves from healthy leaves, which includes Late scourge, bacterial, and viral infections. Using a large dataset, the proposed approach is designed to successfully discriminate specified illnesses that affect tomato plant leaves. We proposed using CNN techniques to predict tomato leaf disease. Keywords: - Image Processing, Disease, Convolutional Neural Network 1. INTRODUCTION Agriculture is, without a doubt, one of the most important jobs on the world. Food is a basic requirement for all living things on this earth, hence it plays a crucial role. As a result, improving the quality of farming products has become critical. It is critical to administer these crops in a legal manner right from the start. A plant's lifespan has a lot of different stages. It includes soil planning, cultivating, adding faeces and manures, water system measures, infection detection (if any), pesticide use, and produce harvesting. Plants have been infected with a variety of illnesses that have resulted in significant losses in the production of high-quality agricultural products. To address this problem, it is critical to do plant disease identification and prevention. In general, plant diagnostics are carried out by professionals through visual inspection and, if necessary, assessment of the concentration or potency of a virus or bacteria through its effect on living cells or tissues of plant leaves. Plant diseases have been identified using a variety of computer-based methods based on leaf pictures. Many techniques look at not just the spread of plant diseases, but also the location of their affected areas. Object detection and location have recently received a lot of attention in the deep learning and image processing domains, and numerous interesting algorithms have been suggested. The leaves of the plants are harmed by diseases and pests that must be discovered. These adverse consequences alter the physical look of the leaf, allowing the cause of the harm to be identified using photos captured by the cameras. In this scenario, a mobile computer and a typical RGB camera are required for disease diagnosis, and deep learning, a recent machine learning trend, produces excellent accuracy in classification jobs. 1.1 OBJECTIVES  To improve the accuracy with which diseases can be identified.  Recognize anomalies on plants in the greenhouse or in the natural environment.  To use CNN Classifier to classify the disease 2. LITERATURE SURVEY They employed the convolutional neural network (CNN) to classify plant leaf diseases into 15 categories, comprising 12 classes for diseases discovered in different plants, such as bacteria, fungi, and others, and three classes for healthy leaves. As a result, they achieved exceptional accuracy in training and testing, with a training accuracy of (98.29 percent) and testing accuracy of (98.029 percent) for all data sets used. [1] An overview of picture segmentation with K-means clustering and HSV-dependent classification for identifying infected parts of the leaf, as well as feature extraction with GLCM. When processed by a Random Forest classifier, the suggested methodology can successfully detect and categorize plant illnesses with an accuracy of 98 percent. [2] To reduce production and economic losses in the agriculture industry, researchers proposed an integrated deep learning framework in which a pre-trained VGG-19 model is used for feature extraction and a stacking ensemble model is used to detect and categorize leaf diseases from photos. The system was tested using a dataset with two classes (Infected and Healthy) and a total of 3242 photos. Their work has been likened to that of other modern algorithms (kNN, SVM, RF and Tree). [3].
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 669 A CNN was proposed for automatic feature extraction and categorization. Plant leaf disease research makes extensive use of color information. Filters are applied to three channels based on RGB components in the model. For training the network, the output feature vector of the convolution component was input into the LVQ [4]. The major goal was to reduce pesticide use in order to produce a decent crop and boost production rate. Image processing can be used to detect plant disease. Pre- processing of the image, feature extraction, classification, and prediction of identified disease are some of the procedures involved in disease detection. As a result, developing a recognition system can aid in the evaluation of high-resolution images of the plant for proper therapy and prevention [5]. To diagnose diseases, deep learning approaches were applied. The implementation's most important difficulty was deciding on a deep learning architecture. As a result, two distinct deep learning network topologies, AlexNet and SqueezeNet, were tried. The Nvidia Jetson TX1 was used to train and validate both of these deep learning networks. The training was done with photos of tomato leaves from the Plant Village dataset. There are ten separate classes, all of which have healthy imagery. Images from the internet are also used to test trained networks. [6] Faster R-CNN and Mask R-CNN are two separate models utilized in these methods in[7], with Faster R-CNN being used to identify the sorts of tomato illnesses and Mask R-CNN being used to detect and segment the locations and shapes of the infected areas. Four different deep convolutional neural networks are integrated to find the model that best matches the tomato disease detection problem. The dataset is divided into a training set, a validation set, and a test set used in the experiments, and the data is acquired from the Internet. The results of the experiments demonstrated that their proposed models can correctly and quickly detect the eleven tomato disease kinds, as well as segment the locations and forms of diseased areas. The main objective of this system is to accurately detect disorders in tomato plant using IoT, Machine Learning, Cloud Computing, and Image Processing [8]. 3. IMPLEMENTATION DETAILS OF MODEL Fig: - System Architecture The photos, or dataset, were gathered from Kaggle and include normal and several sorts of afflicted tomato leaf images. Applying pre-processing techniques such as RGB to greyscale conversion and enhancing them with a filtering algorithm to eliminate noise from the image is the first stage. The image is then segmented after edge detection algorithms are used to detect the image's edges. The following phase is segmentation, which is followed by feature extraction, which converts the image into a set of images. Certain visual features of interest are discovered and displayed here for further processing. The resulting representation can then be fed into a variety of pattern recognition and classification algorithms, which will categorize or recognize the image's semantic contents. The detection of leaf is noticed after feature extraction. All of this is accomplished in the classification block. All of these steps were completed using the convolutional neural network technique. Finally, the suggested system's performance and accuracy are assessed. 4. CONCLUSION The deep feed-forward artificial neural network known as the convolution neural network is used to detect leaf disease. Because the adjacent leaves may have the same or a different disease, it will be difficult to detect precisely, we are considering one leaf per photograph. We undertake a series of stages in the suggested technique, such as data pre-processing to increase detection accuracy and other image processing methods to improve our result accuracy. If this strategy is fully applied, the disease will be recognized at an early stage, reducing the cost and time spent manually. 5. REFERENCES 1. Marwan Adnan Jasim and Jamal Mustafa AL-Tuwaijari , “Plant Leaf Diseases Detection and Classification Using Image Processing and Deep Learning Techniques”, 2020 International Conference on Computer Science
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 670 and Software Engineering, IEEE 2020. 2. Poojan Panchal, Vignesh Charan Raman and Shamla Mantri , “Plant Diseases Detection and Classification using Machine Learning Models”, IEEE 2019 3. Jiten Khurana and Anurag Sharma ,“ An Integrated Deep Learning Framework of Tomato Leaf Disease Detection”, International Journal of Innovative Technology and Exploring Engineering (IJITEE),2019 4. Melike Sardogan, Adem Tuncer and Yunus Ozen, “Plant Leaf Disease Detection and Classification Based on CNN with LV Algorithm”, IEEE 2018. 5. Gaurav Langar, Purvi Jain and Nikhil, “Tomato Leaf Disease Detection using Artificial Intelligence and Machine Learning”, International Journal of Advance Scientific Research and Engineering Trends, 2020. 6. Halil Durmus and Murvet Kirci, “Disease Detection on the Leaves of the Tomato Plants by Using Deep Learning ”,International Conference on Agro-Geo informatics,2018. 7. Minghe Sun and Jie xue, “Identification of Tomato Disease Types and Detection of Infected Areas Based on Deep Convolutional Neural Networks and Object Detection Techniques”, Research Article, 2019. 8. Saiqa Khan and Meera Narvekar, “Disorder detection of tomato plant(solanum lycopersicum) using IoT and machine learning”, Journal of Physics: Conference Series ,2019. 9. Li Zhang and Guan Gui,“ Deep Learning Based Improved Classification System for Designing Tomato Harvesting Robot”, Special Section on AI-Driven Big Data Processing: Methodology, and Applications, 2018. 10. P. Narvekar, and S. N. Patil, “Novel algorithm for grape leaf diseases detection” International Journal of Engineering Research and General Science Volume 3, Issue 1, pp.no 1240-1244, 2015. 11. R. Kaur and M. Kaur” An Adaptive Model to Classify Plant Diseases Detection using KNN”International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470. 12. P. V,Rahul Das,and V. Kanchana , “Identification of Plant Leaf Diseases Using Image Processing Techniques” 978- 1-5090-4437- 5/17/$31.00 ©2017 IEEE International Conference on Technological Innovations in ICT For Agriculture and Rural Development. 13. M. J. Vipinadas and A.Thamizharasi, “A Survey on Plant Disease Identification” International Journal of Computer Science Trends and Technology (IJCST) – Volume 3 Issue 6, Nov-Dec 2015 14. K. P. Ferentinos, “Deep learning models for plant disease detection and diagnosis,” Computers and Electronics in Agriculture, no. September 2017, pp. 311–318. 15. J. M. AL-Tuwaijari and S. I. Mohammed, "Face Image Recognition Based on Linear Discernment Analysis and Cuckoo Search Optimization with SVM", International Journal of Computer Science and Information Security. ISSN 1947 5500, IJCSIS November 2017 Volume 15 No. 11 16. S. P Mohanty, D. P Hughes, and Marcel Salathe, “Using deep learning for image-based plant disease detection”, In:Frontiers in plant science 7 (2016), p. 1419. 17. Gittaly Dhingra & Vinay Kumar & Hem Dutt Joshi ” Study of digital image processing techniques for leaf disease detection and classification” © Springer Science+Business Media, LLC, part of Springer Nature 2017 https://doi.org/10.1007/s11042-017-5445-8 . 18. S. Sladojevic, M. Arsenovic, A. Anderla, D. Culibrk, and D. Stefanovic, “Deep neural networks based recognition of plant diseases by leaf image classification,” Computational Intelligence and Neuroscience, vol. 2016, Article ID 3289801, 11 pages, 2016. 19. G. L. Grinblat, L. C. Uzal, M. G. Larese, and P. M. Granitto, “Deep learning for plant identification using vein morphological patterns,” Computers and Electronics in Agriculture, pp. 418–424.