work that is associated with the classification of
disease detection in potato leaf cases. In the third
section, the recommended approach is discussed, and
then in the fourth section, the results of the
experiments and discussions are presented. In the
fifth and final section, the conclusion is presented
2 LITERATURE SURVEY
Distinct agricultural issues that CNN-based deep
learning models have been able to solve include the
detection of weeds, the diagnosis of microbiological
diseases, the identification of crop bugs, and the
classification of fruits. Through the process of
training the network using images of both good and
sick plants, the CNN model can accurately detect
plant illnesses. This section discusses the technique
of diagnosing unhealthy plant leaves by analyzing
their images using a CNN model (Bommala, Babu, et
al. , 2023) Figure 1 depicts three distinct images of
potato leaves. Joseph et al. (Joseph, Ashraf, et al. ,
2022) proposed a lightweight CNN-based model for
the classification of tomato leaves taken from the
plant village dataset available at Kaggle. The authors
have employed CNN-based architecture made by
using three convolution layers and one max pooling
layer. The experimental outcomes of the proposed
lightweight model outperform both cutting-edge
machine learning methods and pre-trained models in
terms of accuracy when applied to the publicly
accessible Plant Village dataset. Hylmi et al. (Hylmi
and Suryani, 2022) employed an image segmentation
technique and a Multi-Class Support Vector Machine
to construct a system for detecting potato leaf
diseases. Image segmentation output is derived from
a Red Green Blue (RGB) color histogram, a Gray
Level Co-occurrence Matrix (GLCM) for texture
features and computations of leaf spot contours for
shape features. The subsequent phase is to use a linear
kernel Multi-Class Support Vector Machine (SVM)
to perform the categorization. The technique
developed in this work has a detection accuracy of
97.56% when applied to potato leaves.
Rusli et al. (Rusli, Meng, et al. , 2022) proposed a
technique based on the K-Means clustering algorithm
for performing image segmentation followed by
feature extraction using GLCM. The extracted
features are further given as input to the Artificial
Neural Network (ANN) classifier for performing the
classification of healthy and diseased potato leaves
with the reported accuracy equivalent to 94%. Bonik
et al. (Bonik, Akter, et al. , 2023) proposed a method
that uses a sequential model based on convolutional
neural networks to foresee potato leaf diseases. The
experimental results revealed an accuracy equivalent
to 94%. However, Cross-validation and hyper
parameter optimization techniques, on the other hand,
were prominently missing from a significant number
of the research papers that were already available. As
a result of examining the studies that have already
been conducted, it is clear that there are a number of
research gaps and limits that need to be addressed in
order to improve the predictive capabilities of plant
leaf diseases.
Figure 1: Sample Images from the dataset (from left to
right) Potato Early Blight, Potato Healthy, Potato Late
Blight.
3 METHODOLOGY
Figure 2, provides an illustration of the processes that
are involved in the methodology that has been
proposed. Data collecting, preprocessing,
categorization, and performance evaluation using
different metrics are among the various steps that are
involved in this process.
Figure 2: llustration steps involved in the methodology
3.1 Data Acquisition
The dataset that was employed in this investigation
consisted of photos of potato leaves that were labeled
according to three distinct categories: healthy leaves,
early blight, and late blight. The authors have
acquired the "PlantVillage Dataset" from the kaggle
repository to conduct this work (Khattar and Verma,
2023).