SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 269
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO
LEAVES USING CONVOLUTIONAL NEURAL NETWORK
Dr. T. Praveen Blessington1, Bhargav Krishnan2, Yash Bharne3, Kartiki Khoje4, Prathamesh
Padwal5
Department of Information Technology, Zeal College of Engineering and Research, Pune-41, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In order to provide the basic demands of food for
the growing population worldwide, agriculture is a crucial
industry. The growth of grains and vegetables, meanwhile, is
essential to human nourishment and the global economy. Asa
result of their reliance on manual monitoring of grains and
vegetables and their lack of correct knowledge and disease
detection, many farmers cultivate in distant places of the
world and incur significant losses. Digital farming techniques
might be an intriguing way to swiftly and readily identify
plant leaf diseases. This research suggests a method for
identifying plant leaf diseases and taking preventive action in
the agriculture sector utilizing image processing and
Convolutional Neural Networks (CNN) in order to address
these concerns. Automatic plant disease detection is growing
in popularity as a field of study. It benefits the hugecropfields'
surveillance and aids in spotting disease symptoms when they
appear on the leaves. Here, a strategy for detecting plant
diseases using CNN has been suggested. Techniques for image
processing can be used to find plant diseases. Disease
symptoms are typically visible on the fruit, stem, and leaves.
The plant leaf is taken into consideration for disease
identification since it exhibits disease signs. Deep learninghas
been used to utilize existing models that have been trained on
a more general disease identification problem, and the results
have been quite good.
Key Words: Disease Detection, Plant Leaf, Image
Processing, Deep Learning, CNN
1. INTRODUCTION
India is a developed nation where agriculture supports
around 70% of the population. Farmers can choose from a
wide variety of eligible crops and choose the right
insecticides for their plants. Therefore, crop damage would
result in a significant loss in productivity, which would have
an impact on the economy. The most vulnerable component
of plants, the leaves, are where disease symptoms first
appear. From the very beginning of their life cycle until they
are ready to be harvested, the crops must be inspected for
illnesses. A variety of strategies have been used in recent
years to produce automatic and semi-automatic plant
disease detection systems, and automatic disease detection
by simply observing the symptoms on the plant leaves
makes it both simpler and more affordable. As of now, these
methods have proven to be quicker, less expensive, and
more precise than the conventional approach of manual
observation by farmers. Many initiatives have been created
to stop crop loss from diseases. Integratedpestmanagement
(IPM) tactics have replaced traditional methods of applying
insecticides widely over the past ten years. Whatever the
method, the first step in effective illness management is
accurate disease identification when it first manifests. Deep
learning (DL) algorithms are now primarily employed for
pattern recognitionbecause theyhavesuccessfullyidentified
various outlines. DL makes feature extraction automated.
The DL achieves a high accuracy rate in the classification
task and, when compared to other conventional machine
learning methods, reduces error rate and computational
time. With the assistance of Convolutional Neural Networks
(CNN), the primary goal of our job is to identify plant
illnesses and offer treatments for them. As a result, adopting
technology and digitalization is essential for the agricultural
sector to benefit both farmers and consumers. One can
recognize diseases at their very earliest stages and remove
them by using technology and routine monitoring. A higher
crop production is desired. Deep learning has significantly
outperformed conventional methods in the field of digital
image processing in recent years. The useofdeeplearningin
plant disease recognition can minimize the drawbacks
associated with the artificial selection of disease spot
features, make the extraction of plant disease features more
objective, and accelerate the pace of technological
advancement.
1.1 Risk Analysis
Image size: The size of the image affects how secure the
program is. Smaller images give us less alternatives for
choosing pixels, which cuts down on the time needed to
extract the key from the image. In an image having a height
of h and a width of w, there are w*h pixels in total. To extract
the key from the image, the intruder or attacker must test all
possible combinations of the pixels they choose. We can
improve the security of the application by enlarging the
image.
2. LITERATURE REVIEW
A previous study [1] uses a CNN model to classify the
different plant diseases obtained from the Plant Village
dataset. The AlexNet architecture which will distinguish the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 270
different types of diseases of the plant into 38 various
unique classes. Also, the proposed system gives a good
solution to predict the diseases in the plant and can help in
early identification of them. In the future, it is possible to
work on different learning rates on the proposedsystem.[2]
It focused how image from given dataset (traineddataset) in
field and past data set used predict the pattern of plant
diseases using CNN model. The system will cover the most
sorts of plant leaves imaginable, allowing farmers to learn
about leaves that may have never been cultivated and
provide a list of all potential plant leaves, which aids themin
choosing which crop to produce. In [3] the working model
uses convolutional neural networks and transfer learningto
classify different plant leaf diseases. CNN is a type of deep
learning neural network and has good success in image-
based classification. The proposed systemisfasterandmore
accurate than the conventional wayofmanual observationof
each plant leaf. The CNN model is used to predict different
plant diseases correctly. The model's testing is done using
performance evaluation metrics such as accuracy,precision,
recall, and F1 score.[4]TheproposedsystemofClassification
of Pomegranate Diseases Based on Back PropagationNeural
Network which mainly works on the method of Segment the
defected area and color and texture are used as the features
The image captured is usually takenwitha plainbackground
to eliminate occlusion. For accuracy, the algorithm was
compared to other machine learning models.
3. PROPOSED SYSTEM ARCHITECTURE
The conceptual model that describes a system's structure,
behavior, and other aspects is called system architecture. A
formal description and representation of a system that isset
up to facilitate analysis of its structures and behaviors is
called an architecture description. System architecture can
be made up of designed subsystemsandsystemcomponents
that will cooperate to implement the whole system. In this
section, we'll examine the many procedures that must be
followed in order to develop and use various classifiers and
obtain the most likely outcomes. We will use the model that
produces the best results and accuracy for detecting leaf
disease out of all the varied results and accuracies produced
by different models.
Fig 1: Proposed System Architecture
Preprocessing and data cleaning: Preparingdata foranalysis
entails eliminating or changing any information that is
inaccurate, lacking, irrelevant, duplicated, or formatted
incorrectly. However, as we already indicated, it is not as
straight forward as rearrangingcertainrowsordeletingdata
to make room for fresh information. To prepare raw data in
a format that the network can accept, preprocessingdata isa
typical first step in the deep learning workflow.
Fig 2: Classification System Architecture
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 271
4. PROJECT DESIGN
Fig 3: Data Flow Diagram
Here, training dataset is used to test theinputimageinitially.
Features are extracted from the image after testing.
Following that, the classifier received these traits as input
along with the knowledge of whether the image depicted a
healthy or diseased leaf. The classifier then discovers the
connection between the features that wereretrievedand the
likelihood that a disease is present. The following stage
involves comparison of input image with the dataset's pre-
existing images and on the basis of comparison, the leaf
disease is identified.
5. EXPERIMENTAL RESULTS
The Trained model is used for prediction of the disease by
which leaf of plant is affected. The np.argmax function of the
numpy library is used for finding the highest probability
from the batch prediction of the disease having the highest
probability in order to provide the more accurate results.
The actual and the predicted label of the image is compared
to calculate the confidence. The results are displayed with
their respective actual and predicted values along with
accuracy or confidence after the code block.
6. IMPORTANT LIBRARIES/PACKAGES
Keras: The open-source software program known as Keras
offers a Python interface for artificial neural networks.Keras
offers the TensorFlow library interface.
TensorFlow: A machine learning and artificial intelligence
software library called TensorFlow is open-source andcost-
free. Despite being applicable to a wide range of activities,
deep neural network training and inference are given
particular emphasis.
ResNet: This design developed the Residual Blocks concept
to deal with the vanishing/exploding gradient issue. In this
network, we use a technique called as skip connections. The
skip connection skips a few levels between them to connect
the activations of one layer to thenext.Consequently,a block
is left over. To form ResNets, these leftover blocks are
layered.
7. CONCLUSION
Image processing and machine learningmethodsareusedto
detect and identify leaf diseases. The discovery makes it
easier to identify plant illnesses at an early stage,preventing
crop loss and the spread of disease. This algorithm's goal is
to detect anomalies on plants in their natural or greenhouse
environments. To avoid occlusion, the image is typically
taken with a plain background. The convolutional neural
network is used to identify plant diseases with greater
precision. When trained on a large number of photos and
adding additional local features, accuracy can be improved.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 272
REFERENCES
[1] “Recognition of Plant Diseases using Convolutional
Neural Network” | G. Madhulatha, O. Ramadevi |
Proceedings of theFourthInternational ConferenceonI-
SMAC (IoT in Social, Mobile, Analytics and Cloud) | IEEE
2020
[2] “Detection of Plant Leaf DiseasesusingCNN”|S.Bharath,
K.Vishal Kumar, R.Pavithran, T.Malathi | IRJET 2020
[3] “Plant disease classification using deep learning” |
Akshai KP, J.Anitha | 3rd International Conference on
Signal Processing and Communication (ICPSC) | IEEE
2021
[4] “Plant Disease Detection Using Machine Learning” | Mr.
P V Vinod, Mr. Ramachandra Hebbar,Niveditha M,Pooja
R, Prasad Bhat N, Shashank N | International Conference
on Design Innovations for 3Cs Compute Communicate
Control | IEEE 2018
[5] “Machine Learning for Plant Leaf Disease Detection and
Classification – A Review,” | L. Sherly Puspha Annabel, |
International Conference on Communication and Signal
Processing | IEEE, 2019.
[6] “Detection of PotatoDiseasesUsingImageSegmentation
and Multiclass Support Vector Machine,” | Monzurul
Islam, Anh Dinh, Khan Wahid, | CCECE, IEEE, 2019.
[7] “A Review on Machine Learning Classification
Techniques for Plant Disease Detection”|Mrs.ShruthiU,
Dr.Nagaveni V, Dr.Raghavendra B K | ICACCS, IEEE,
2022.
[8] “Detection and ClassificationofGroundnutLeafDiseases
using KNN classifier” | M. P. Vaishnnave, K. Suganya
Devi, P. Srinivasan, G. ArutPerumJothi | IEEE, 2019.
[9] “Machine Learning for Plant Leaf Disease Detection and
Classification – A Review,” | L. Sherly Puspha Annabel |
International Conference on Communication and Signal
Processing | IEEE, 2019.
[10] “Plant Disease Detection Techniques: A Review,” |
Gurleen Kaur Sandhu, Rajbir Kaur | ICACTM, IEEE,2019
BIOGRAPHIES
1Dr. T. Praveen Blessington
Professor, IT Department, Zeal
College of Engineering and Research,
Pune. He is having 17 years of
experience in teaching and research.
His areas of interest are VLSI Design,
IoT, Machine Learning and
Blockchain technology. He has
published 25 research papers so far.
2Bhargav Krishnan
Pursuing Bachelor of Engineering in
Information Technology from Zeal
College of Engineering and Research,
Pune-41.
2Yash Bharne
Pursuing Bachelor of Engineering in
Information Technology from Zeal
College of Engineering and Research,
Pune-41.
4Kartiki Khoje
Pursuing Bachelor of Engineering in
Information Technology from Zeal
College of Engineering and Research,
Pune-41.
5Prathamesh Padwal
Pursuing Bachelor of Engineering in
Information Technology from Zeal
College of Engineering and Research,
Pune-41.

Más contenido relacionado

Similar a EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLUTIONAL NEURAL NETWORK

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
 
Plant Disease Detection System
Plant Disease Detection SystemPlant Disease Detection System
Plant Disease Detection SystemIRJET Journal
 
Plant Disease Detection System
Plant Disease Detection SystemPlant Disease Detection System
Plant Disease Detection SystemIRJET Journal
 
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET Journal
 
Plant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingPlant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingIRJET 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
 
Detection of Plant Diseases Using CNN Architectures
Detection of Plant Diseases Using CNN ArchitecturesDetection of Plant Diseases Using CNN Architectures
Detection of Plant Diseases Using CNN ArchitecturesIRJET 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
 
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNNLEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNNIRJET 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
 
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
 
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
 
Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...IRJET Journal
 
A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...
A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...
A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...IRJET Journal
 
A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...
A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...
A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...IRJET 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 system using image processing
Plant disease detection system using image processingPlant disease detection system using image processing
Plant disease detection system using image processingIRJET 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
 
Using deep learning algorithms to classify crop diseases
Using deep learning algorithms to classify crop diseasesUsing deep learning algorithms to classify crop diseases
Using deep learning algorithms to classify crop diseasesIJECEIAES
 

Similar a EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLUTIONAL NEURAL NETWORK (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
 
Plant Disease Detection System
Plant Disease Detection SystemPlant Disease Detection System
Plant Disease Detection System
 
Plant Disease Detection System
Plant Disease Detection SystemPlant Disease Detection System
Plant Disease Detection System
 
ijatcse21932020.pdf
ijatcse21932020.pdfijatcse21932020.pdf
ijatcse21932020.pdf
 
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
 
Plant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingPlant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image Processing
 
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
 
Detection of Plant Diseases Using CNN Architectures
Detection of Plant Diseases Using CNN ArchitecturesDetection of Plant Diseases Using CNN Architectures
Detection of Plant Diseases Using CNN Architectures
 
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
 
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNNLEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
 
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
 
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...
 
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
 
Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...
 
A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...
A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...
A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...
 
A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...
A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...
A Review: Plant leaf Disease Detection Using Convolution Neural Network in Ma...
 
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 system using image processing
Plant disease detection system using image processingPlant disease detection system using image processing
Plant disease detection system using image processing
 
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...
 
Using deep learning algorithms to classify crop diseases
Using deep learning algorithms to classify crop diseasesUsing deep learning algorithms to classify crop diseases
Using deep learning algorithms to classify crop diseases
 

Más de 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
 

Más de 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...
 

Último

University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
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
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 

Último (20)

University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
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
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 

EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLUTIONAL NEURAL NETWORK

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 269 EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLUTIONAL NEURAL NETWORK Dr. T. Praveen Blessington1, Bhargav Krishnan2, Yash Bharne3, Kartiki Khoje4, Prathamesh Padwal5 Department of Information Technology, Zeal College of Engineering and Research, Pune-41, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In order to provide the basic demands of food for the growing population worldwide, agriculture is a crucial industry. The growth of grains and vegetables, meanwhile, is essential to human nourishment and the global economy. Asa result of their reliance on manual monitoring of grains and vegetables and their lack of correct knowledge and disease detection, many farmers cultivate in distant places of the world and incur significant losses. Digital farming techniques might be an intriguing way to swiftly and readily identify plant leaf diseases. This research suggests a method for identifying plant leaf diseases and taking preventive action in the agriculture sector utilizing image processing and Convolutional Neural Networks (CNN) in order to address these concerns. Automatic plant disease detection is growing in popularity as a field of study. It benefits the hugecropfields' surveillance and aids in spotting disease symptoms when they appear on the leaves. Here, a strategy for detecting plant diseases using CNN has been suggested. Techniques for image processing can be used to find plant diseases. Disease symptoms are typically visible on the fruit, stem, and leaves. The plant leaf is taken into consideration for disease identification since it exhibits disease signs. Deep learninghas been used to utilize existing models that have been trained on a more general disease identification problem, and the results have been quite good. Key Words: Disease Detection, Plant Leaf, Image Processing, Deep Learning, CNN 1. INTRODUCTION India is a developed nation where agriculture supports around 70% of the population. Farmers can choose from a wide variety of eligible crops and choose the right insecticides for their plants. Therefore, crop damage would result in a significant loss in productivity, which would have an impact on the economy. The most vulnerable component of plants, the leaves, are where disease symptoms first appear. From the very beginning of their life cycle until they are ready to be harvested, the crops must be inspected for illnesses. A variety of strategies have been used in recent years to produce automatic and semi-automatic plant disease detection systems, and automatic disease detection by simply observing the symptoms on the plant leaves makes it both simpler and more affordable. As of now, these methods have proven to be quicker, less expensive, and more precise than the conventional approach of manual observation by farmers. Many initiatives have been created to stop crop loss from diseases. Integratedpestmanagement (IPM) tactics have replaced traditional methods of applying insecticides widely over the past ten years. Whatever the method, the first step in effective illness management is accurate disease identification when it first manifests. Deep learning (DL) algorithms are now primarily employed for pattern recognitionbecause theyhavesuccessfullyidentified various outlines. DL makes feature extraction automated. The DL achieves a high accuracy rate in the classification task and, when compared to other conventional machine learning methods, reduces error rate and computational time. With the assistance of Convolutional Neural Networks (CNN), the primary goal of our job is to identify plant illnesses and offer treatments for them. As a result, adopting technology and digitalization is essential for the agricultural sector to benefit both farmers and consumers. One can recognize diseases at their very earliest stages and remove them by using technology and routine monitoring. A higher crop production is desired. Deep learning has significantly outperformed conventional methods in the field of digital image processing in recent years. The useofdeeplearningin plant disease recognition can minimize the drawbacks associated with the artificial selection of disease spot features, make the extraction of plant disease features more objective, and accelerate the pace of technological advancement. 1.1 Risk Analysis Image size: The size of the image affects how secure the program is. Smaller images give us less alternatives for choosing pixels, which cuts down on the time needed to extract the key from the image. In an image having a height of h and a width of w, there are w*h pixels in total. To extract the key from the image, the intruder or attacker must test all possible combinations of the pixels they choose. We can improve the security of the application by enlarging the image. 2. LITERATURE REVIEW A previous study [1] uses a CNN model to classify the different plant diseases obtained from the Plant Village dataset. The AlexNet architecture which will distinguish the
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 270 different types of diseases of the plant into 38 various unique classes. Also, the proposed system gives a good solution to predict the diseases in the plant and can help in early identification of them. In the future, it is possible to work on different learning rates on the proposedsystem.[2] It focused how image from given dataset (traineddataset) in field and past data set used predict the pattern of plant diseases using CNN model. The system will cover the most sorts of plant leaves imaginable, allowing farmers to learn about leaves that may have never been cultivated and provide a list of all potential plant leaves, which aids themin choosing which crop to produce. In [3] the working model uses convolutional neural networks and transfer learningto classify different plant leaf diseases. CNN is a type of deep learning neural network and has good success in image- based classification. The proposed systemisfasterandmore accurate than the conventional wayofmanual observationof each plant leaf. The CNN model is used to predict different plant diseases correctly. The model's testing is done using performance evaluation metrics such as accuracy,precision, recall, and F1 score.[4]TheproposedsystemofClassification of Pomegranate Diseases Based on Back PropagationNeural Network which mainly works on the method of Segment the defected area and color and texture are used as the features The image captured is usually takenwitha plainbackground to eliminate occlusion. For accuracy, the algorithm was compared to other machine learning models. 3. PROPOSED SYSTEM ARCHITECTURE The conceptual model that describes a system's structure, behavior, and other aspects is called system architecture. A formal description and representation of a system that isset up to facilitate analysis of its structures and behaviors is called an architecture description. System architecture can be made up of designed subsystemsandsystemcomponents that will cooperate to implement the whole system. In this section, we'll examine the many procedures that must be followed in order to develop and use various classifiers and obtain the most likely outcomes. We will use the model that produces the best results and accuracy for detecting leaf disease out of all the varied results and accuracies produced by different models. Fig 1: Proposed System Architecture Preprocessing and data cleaning: Preparingdata foranalysis entails eliminating or changing any information that is inaccurate, lacking, irrelevant, duplicated, or formatted incorrectly. However, as we already indicated, it is not as straight forward as rearrangingcertainrowsordeletingdata to make room for fresh information. To prepare raw data in a format that the network can accept, preprocessingdata isa typical first step in the deep learning workflow. Fig 2: Classification System Architecture
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 271 4. PROJECT DESIGN Fig 3: Data Flow Diagram Here, training dataset is used to test theinputimageinitially. Features are extracted from the image after testing. Following that, the classifier received these traits as input along with the knowledge of whether the image depicted a healthy or diseased leaf. The classifier then discovers the connection between the features that wereretrievedand the likelihood that a disease is present. The following stage involves comparison of input image with the dataset's pre- existing images and on the basis of comparison, the leaf disease is identified. 5. EXPERIMENTAL RESULTS The Trained model is used for prediction of the disease by which leaf of plant is affected. The np.argmax function of the numpy library is used for finding the highest probability from the batch prediction of the disease having the highest probability in order to provide the more accurate results. The actual and the predicted label of the image is compared to calculate the confidence. The results are displayed with their respective actual and predicted values along with accuracy or confidence after the code block. 6. IMPORTANT LIBRARIES/PACKAGES Keras: The open-source software program known as Keras offers a Python interface for artificial neural networks.Keras offers the TensorFlow library interface. TensorFlow: A machine learning and artificial intelligence software library called TensorFlow is open-source andcost- free. Despite being applicable to a wide range of activities, deep neural network training and inference are given particular emphasis. ResNet: This design developed the Residual Blocks concept to deal with the vanishing/exploding gradient issue. In this network, we use a technique called as skip connections. The skip connection skips a few levels between them to connect the activations of one layer to thenext.Consequently,a block is left over. To form ResNets, these leftover blocks are layered. 7. CONCLUSION Image processing and machine learningmethodsareusedto detect and identify leaf diseases. The discovery makes it easier to identify plant illnesses at an early stage,preventing crop loss and the spread of disease. This algorithm's goal is to detect anomalies on plants in their natural or greenhouse environments. To avoid occlusion, the image is typically taken with a plain background. The convolutional neural network is used to identify plant diseases with greater precision. When trained on a large number of photos and adding additional local features, accuracy can be improved.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 02 | Feb 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 272 REFERENCES [1] “Recognition of Plant Diseases using Convolutional Neural Network” | G. Madhulatha, O. Ramadevi | Proceedings of theFourthInternational ConferenceonI- SMAC (IoT in Social, Mobile, Analytics and Cloud) | IEEE 2020 [2] “Detection of Plant Leaf DiseasesusingCNN”|S.Bharath, K.Vishal Kumar, R.Pavithran, T.Malathi | IRJET 2020 [3] “Plant disease classification using deep learning” | Akshai KP, J.Anitha | 3rd International Conference on Signal Processing and Communication (ICPSC) | IEEE 2021 [4] “Plant Disease Detection Using Machine Learning” | Mr. P V Vinod, Mr. Ramachandra Hebbar,Niveditha M,Pooja R, Prasad Bhat N, Shashank N | International Conference on Design Innovations for 3Cs Compute Communicate Control | IEEE 2018 [5] “Machine Learning for Plant Leaf Disease Detection and Classification – A Review,” | L. Sherly Puspha Annabel, | International Conference on Communication and Signal Processing | IEEE, 2019. [6] “Detection of PotatoDiseasesUsingImageSegmentation and Multiclass Support Vector Machine,” | Monzurul Islam, Anh Dinh, Khan Wahid, | CCECE, IEEE, 2019. [7] “A Review on Machine Learning Classification Techniques for Plant Disease Detection”|Mrs.ShruthiU, Dr.Nagaveni V, Dr.Raghavendra B K | ICACCS, IEEE, 2022. [8] “Detection and ClassificationofGroundnutLeafDiseases using KNN classifier” | M. P. Vaishnnave, K. Suganya Devi, P. Srinivasan, G. ArutPerumJothi | IEEE, 2019. [9] “Machine Learning for Plant Leaf Disease Detection and Classification – A Review,” | L. Sherly Puspha Annabel | International Conference on Communication and Signal Processing | IEEE, 2019. [10] “Plant Disease Detection Techniques: A Review,” | Gurleen Kaur Sandhu, Rajbir Kaur | ICACTM, IEEE,2019 BIOGRAPHIES 1Dr. T. Praveen Blessington Professor, IT Department, Zeal College of Engineering and Research, Pune. He is having 17 years of experience in teaching and research. His areas of interest are VLSI Design, IoT, Machine Learning and Blockchain technology. He has published 25 research papers so far. 2Bhargav Krishnan Pursuing Bachelor of Engineering in Information Technology from Zeal College of Engineering and Research, Pune-41. 2Yash Bharne Pursuing Bachelor of Engineering in Information Technology from Zeal College of Engineering and Research, Pune-41. 4Kartiki Khoje Pursuing Bachelor of Engineering in Information Technology from Zeal College of Engineering and Research, Pune-41. 5Prathamesh Padwal Pursuing Bachelor of Engineering in Information Technology from Zeal College of Engineering and Research, Pune-41.