SlideShare a Scribd company logo
Android application for detection of leaf disease
(Using Image processing and Neural networks)
Arpit Khedekar1, Samrudhi Shetty2, Saloni Patil3 , Anik Patel4,
, Prof.Sachin Chavan5
1,2,3,4Student at Mahatma Gandhi Mission’s College Of Engineering And Technology, Navi Mumbai
5Assistant Professor at Mahatma Gandhi Mission’s College Of Engineering And Technology, Navi Mumbai
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Across the world, many farmers struggle with
the serious issue of leaf disease since it can be challenging to
pinpoint the precise illness affecting a certain plant. By
capturing a picture of a leaf that is considered to have a
disease, we designed an application for leaf disease
detection, making it possible to remove the damaged part in
advance, Convolutional Neural Networks (CNN) and Image
Processing have been used in conjunction to identify and
categorize illnesses in terrestrial plants. A CNN was
established and built utilizing a data set comprising pictures
of both healthy and unhealthy plant leaves. For the leaves of
the tomato, potato, and bell pepper, we used CNN models.
Using the same data set, we also created an Android-based
application to identify plant diseases. By capturing an image
of a leaf that is suspected of having a disease, it is feasible to
use this application to predict if the leaf is indeed ill and
what sort of illness it has. In this manner, the spread can be
manipulated. This makes it feasible to stop the disease's
spread as quickly as possible.
Key Words: Farmers, Android Application, CNN, Leaf
Diseases
1. INTRODUCTION
photographed with either a high-resolution smartphone
camera or a conventional digital camera. The gathered
leaves are after that subjected to image processing. several
image processing methods, including acquisition,
restoring, segmentation, augmentation, and feature
extraction and classification are performed for detecting
plant diseases. Hence, a system for early illness
identification can help to reduce such losses. To better
control and manage plant diseases, we have Integrated a
machine learning model in our Android application, so
users can upload images and receive an accurate diagnosis
of the leaf disease. Then we will Test it with our Android
application with real-world data and evaluate its accuracy
and efficiency compared to other existing solutions[1].
2. LITERATURE REVIEW
Title Year Advantages Disadvantages
Plant Disease
Detection
Mobile
Application
Development
using Deep
Learning[1]
2022 The proposed
mobile
application
utilizes a Faster
R-CNN object
detector with an
Image processing
is slow in this
model.
Inceptionv2
backbone
network to
achieve robust
and efficient
detection.
LeafLife:
Deep
Learning
Based Plant
Disease
Detection
Application[2
]
2021 The training of
the model was
made over a data
set of various leaf
images containing
87867 images
The process is
slow and
time-consuming.
International Research Journal of Engineering and Technology (IRJET) e-ISSN:2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
India is a predominantly agricultural nation, where
agricultural goods support the majority of the people.
Every plant disease causes a significant decrease in the
quantity and quality of agricultural goods. Effective leaf
disease detection and diagnosis are essential that play a
key role in efficiently avoiding and managing illnesses for
secure food and agriculture. We used CNN to train a
TensorFlow model for precisely and rapidly identifying
agricultural illnesses. The application can be used not only
by farmers but also by horticulture students for research
and study and home gardening.Plant disease outbreaks
have increased in frequency recently as a result of greater
than 50 % of production losses which lead to unsteady
economic and environmental circumstances.Typically, sick
plants exhibit a variety of visual signs, such as streaks or
colored spots that can appear on the leaves and be
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1277
International Research Journal of Engineering and Technology (IRJET) e-ISSN:2395-0056
p-ISSN: 2395-0072
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net
high-resolution digital camera or smart camera. But,
we have taken the leaf images of tomato, potato and
pepper bell as samples from Kaggle dataset for our
research performance analysis which contains
healthy or unhealthy leaf images. The dataset
contains over 4000 specimens of leaf images.
2. Image Preprocessing
The process of pre-processing technique transforms
raw input leaf image datasets into desirable process
datasets format to develop the quality of leaf images
and to eliminate the undesired portions from the leaf
images. These processes occur in various phases such
as data cleaning, integration, reduction, and
transformation These leaf image datasets are resized
and converted into 224×224 dimensions for training
datasets and testing datasets analysis. So, the pre-
processing technique can provide preparation
datasets to identify leaf diseases through the leaf
image datasets.
3. METHODOLOGY
This framework depicts the concepts of the proposed
3. Image Augmentation
It is involved in changing and facilitating of the leaf
image representation to accurately identify leaf
disease. Thus, the training and testing leaf image
datasets are augmented to diminish the chance of
overfitting and to enrich the simplification of the
model. The process of augmentation is applied to
resize the original leaf image dataset using flipping,
cropping, and rotation techniques as well as to
convert the leaf images into RGB using color
transformation technique
approach with leaf image collection. The leaf images of
tomato, potato and pepper bell are taken from the Kaggle
dataset. Image processing techniques namely Image
preprocessing, image augmentation, feature extraction,
feature selection, and classification are applied on the leaf
image dataset. Then it is designed supervised machine
learning which trains the dataset image and extracts the
data from it. This paper introduces a leaf disease detection
system using a CNN architecture such as Sequential.
The proposed method controls the following procedures
step by step to identify leaf diseases.
1. Leaf Image Dataset
The role of quantitative or qualitative datasets is very
essential to ensure the integrity of the research, the
performance of the field study or data preference.
However, Leaf images for datasets can be collected by
4. Feature Extraction
Feature Extraction is a very important phase of the
image processing technique to provide a suitable
platform and optimal constraints. The feature
extractor of the CNN-based detection framework can
extract the image feature vectors of the leaf disease.
5. Classification based on the CNN model
The key purpose of this paper is to classify leaf
diseases from image datasets using a convolutional
neural network (CNN).Mainly, the classification-based
CNN model in the image processing system involves
trained data and tested data of leaf images to
categorize the leaf diseases class[4].
with 98.88%
accuracy.
Disease
Detection of
Plant Leaf
using Image
Processing
and CNN with
Preventive
Measures[3]
2020 In this framework
classifies the
processed leaf
images into
potato early
blight, potato late
blight, tomato
The paper just
specifies and
spots the disease
of potato leaves
and not other
plants.
early blight and
tomato late blight
using AlexNet and
ResNet-50
architectures
Plant Disease
Detection and
Classification
by Deep
Learning [5]
2021 The application
can avoid the
disadvantage
caused by
artificial selection
The model can
improve its
accuracy
of disease spot
features, make
plant disease
feature extraction
more objective,
and improve the
research
efficiency.
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1278
International Research Journal of Engineering and Technology (IRJET) e-ISSN:2395-0056
p-ISSN: 2395-0072
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net
Fig 1: Test accuracy VS Trained accuracy.
Fig 2: Loss on the Test dataset Vs Trained dataset.
6. Tflite
We use TensorFlow Lite in our Android application it
provides particularly well-suited for use cases that require
real-time or low-latency inference So we will download the
TensorFlow Lite Android archive from the TensorFlow
website. Extract the archive and copy the TensorFlow Lite
AAR file to the libs folder of your Android project. and then
Add the following dependencies to the app-level
build.gradle file and then sync the Gradle files to download
the dependencies, Place the TensorFlow Lite model in the
assets folder of your Android project. and Create a
TensorFlow Lite Interpreter instance in your application
code to load and run the model[6].
A. Requirements gathering:
B. Design:
In this step, we have created a design for the
application that meets the requirements identified in
the previous step. We have created a user interface
(UI) design that is easy to use and visually appealing,
and you determine the application architecture and
data flow[7].
C. Development:
In this step, we have written code to implement the
design and build the application. And used the
programming language Java to write the application
code and use Android Studio, the official Integrated
Development Environment (IDE) for Android
development, to build the application[8].
D. Testing:
In this step, we have tested the application to ensure
that it works as expected and meets the requirements.
E. Deployment:
In this step, you package the application and make it
available for distribution to end-users.In the future,
we can publish the application on the Google Play
Store or App store
The development of an Android application typically
follows a methodology that includes the following steps:
In this step, we have gathered all requirements for the
application from the trained model and end-users.
Then we have identified the features and
functionalities that the application should have, to
meet the needs of its users.
Fig 3: Block Diagram
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1279
International Research Journal of Engineering and Technology (IRJET) e-ISSN:2395-0056
p-ISSN: 2395-0072
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net
4. RESULTS
The results have been observed by testing the various
categories of leaves and their diseases if any, by making
use of the android application. The dataset used for this
study consists of 10,000 leaf images, with 660 approx
images for each of the fifteen different categories of leaves
represented in the dataset. The images were collected
from various sources, including online databases and from
fieldwork conducted in local farms. We evaluated the
performance of our CNN using accuracy. Our Sequential
model gave an accuracy of 95.98%. The model also ran at
an average speed of 3 seconds per image on an Android
device. We also conducted user testing with 10
participants, including students, researchers, and plant
pathologists. Participants found the Android application to
be easy to use and reported an accuracy of 95% in
identifying the type of disease. Our Android application
achieved higher accuracy than other existing mobile
applications for leaf disease detection. However, the
performance was slightly lower than manual diagnosis by
plant pathologists. Fig 5: Result of Leaf Diseases
5. CONCLUSIONS
The ultimate goal of this application would be to provide a
tool for farmers or researchers to quickly and easily
diagnose leaf diseases in plants, which can help prevent
the spread of disease and increase crop yields. The
application's success would be measured by its ability to
achieve this goal and its usability by the target users.
Fig 4: UI of application
Additionally, the impact of the application on the
agricultural industry or research community could also
be evaluated as part of the overall result.
REFERENCES
[1] Hui Fuang Ng; Chih-Yang Lin; Joon Huang Chuah; Hung
Khoon Tan, “Plant Disease Detection Mobile Application
Development using Deep Learning”, International
Conference on Computer & Information Sciences, IEEE,
July. 2021.
[2] Mehmet Şamil Soyer; Can Yılmaz; İsmail Mervan
Ozcan; Fatih Cogen, “LeafLife: Deep Learning Based Plant
Disease Detection Application”, International Conference
on Electrical and Electronics Engineering (ELECO)IEEE,
Jan.2021.
[3] Husnul Ajra; Mst. Khairun Nahar; Lipika Sarkar “
Disease Detection of Plant Leaf using Image Processing
and CNN with Preventive Measures” Emerging Technology
in Computing, Communication and Electronics (ETCCE),
IEEE , Feb 2020,
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1280
International Research Journal of Engineering and Technology (IRJET) e-ISSN:2395-0056
p-ISSN: 2395-0072
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net
[4] PlantVillage Dataset. “Kaggle.” Google LCC, no. 2010,
https://www.kaggle.com/datasets/emmarex/plantdisease
[5] Sandeep Kumar; KMVV Prasad; A. Srilekha; T.Suman;
B. Pranav Rao “Leaf Disease Detection and Classification
based on Machine Learning”, IEEE, 2020.
[6] P. Sharma ; P. Hans; S. C. Gupta, “Classification Of Plant
Leaf Diseases Using Machine Learning And Image
Preprocessing Techniques”, Int Conf. on Cloud Com., Data
Sc. & Eng. Noida, INDIA, 2020.
[7] John C. Valdoria, Arlene R. Caballero, John Marco M.
Condino, Brian Irvin D. Fernandez “ iDahon: An Android
Based Terrestrial Plant Disease Detection Mobile
Application Through Digital Image Processing Using Deep
Learning Neural Network Algorithm”,4th International
Conference on Information Technology (InCIT),2019.
Arpit Khedekar
Pursuing B.E. in Computer
Engineering at M.G.M. College Of
Engineering And Technology, Navi
Mumbai, Maharashtra.
Samrudhi Shetty
Pursuing B.E. in Computer
Engineering at M.G.M. College Of
Engineering And Technology, Navi
Mumbai, Maharashtra.
[8] Anirban Sarkar; Ayush Goyal; David Hicks; Debadrita
Sarkar; Saikat Hazra,” Android Application Development: A
Brief Overview of Android Platforms and Evolution of
Security Systems”, Third International Conference on
I-SMAC (IoT in Social, Mobile, Analytics, and Cloud)
(I-SMAC), IEEE, March 2020.
BIOGRAPHIES
Saloni Patil
Pursuing B.E. in Computer
Engineering at M.G.M. College Of
Engineering And Technology, Navi
Mumbai, Maharashtra.
Anik Patel
Pursuing B.E. in Computer
Engineering at M.G.M. College Of
Engineering And Technology, Navi
Mumbai, Maharashtra.
Assistant Prof. Sachin Chavan
at Department Of Computer
Engineering , M.G.M. College Of
Engineering And Technology, Navi
Mumbai, Maharashtra.
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1281

More Related Content

Similar to Android application for detection of leaf disease (Using Image processing and Neural networks)

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 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 CNN
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 CNN
IRJET Journal
 
RICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNING
RICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNINGRICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNING
RICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNING
IRJET Journal
 
Plant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingPlant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image Processing
IRJET Journal
 
FRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCE
FRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCEFRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCE
FRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCE
IRJET Journal
 
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
IRJET Journal
 
IRJET- Recognition of Plants using Leaf Image with Neural Network and Com...
IRJET-  	  Recognition of Plants using Leaf Image with Neural Network and Com...IRJET-  	  Recognition of Plants using Leaf Image with Neural Network and Com...
IRJET- Recognition of Plants using Leaf Image with Neural Network and Com...
IRJET Journal
 
Blood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNBlood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNN
IRJET Journal
 
Potato Leaf Disease Detection Using Machine Learning
Potato Leaf Disease Detection Using Machine LearningPotato Leaf Disease Detection Using Machine Learning
Potato Leaf Disease Detection Using Machine Learning
IRJET Journal
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET Journal
 
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
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 Techniques
IRJET Journal
 
IDENTIFICATION OF INDIAN MEDICINAL PLANT BY USING ARTIFICIAL NEURAL NETWORK
IDENTIFICATION OF INDIAN MEDICINAL PLANT BY USING ARTIFICIAL NEURAL NETWORKIDENTIFICATION OF INDIAN MEDICINAL PLANT BY USING ARTIFICIAL NEURAL NETWORK
IDENTIFICATION OF INDIAN MEDICINAL PLANT BY USING ARTIFICIAL NEURAL NETWORK
IRJET Journal
 
IRJET - Disease Detection in Plant using Machine Learning
IRJET -  	  Disease Detection in Plant using Machine LearningIRJET -  	  Disease Detection in Plant using Machine Learning
IRJET - Disease Detection in Plant using Machine Learning
IRJET Journal
 
ORAL CANCER DETECTION USING RNN
ORAL CANCER DETECTION USING RNNORAL CANCER DETECTION USING RNN
ORAL CANCER DETECTION USING RNN
IRJET Journal
 
AUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMAUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEM
IRJET Journal
 
IRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction System
IRJET Journal
 
CRIME EXPLORATION AND FORECAST
CRIME EXPLORATION AND FORECASTCRIME EXPLORATION AND FORECAST
CRIME EXPLORATION AND FORECAST
IRJET Journal
 
Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3
IRJET Journal
 

Similar to Android application for detection of leaf disease (Using Image processing and Neural networks) (20)

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- 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
 
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
 
RICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNING
RICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNINGRICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNING
RICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNING
 
Plant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingPlant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image Processing
 
FRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCE
FRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCEFRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCE
FRUIT DISEASE DETECTION AND CLASSIFICATION USING ARTIFICIAL INTELLIGENCE
 
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
 
IRJET- Recognition of Plants using Leaf Image with Neural Network and Com...
IRJET-  	  Recognition of Plants using Leaf Image with Neural Network and Com...IRJET-  	  Recognition of Plants using Leaf Image with Neural Network and Com...
IRJET- Recognition of Plants using Leaf Image with Neural Network and Com...
 
Blood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNBlood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNN
 
Potato Leaf Disease Detection Using Machine Learning
Potato Leaf Disease Detection Using Machine LearningPotato Leaf Disease Detection Using Machine Learning
Potato Leaf Disease Detection Using Machine Learning
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
 
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
 
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
 
IDENTIFICATION OF INDIAN MEDICINAL PLANT BY USING ARTIFICIAL NEURAL NETWORK
IDENTIFICATION OF INDIAN MEDICINAL PLANT BY USING ARTIFICIAL NEURAL NETWORKIDENTIFICATION OF INDIAN MEDICINAL PLANT BY USING ARTIFICIAL NEURAL NETWORK
IDENTIFICATION OF INDIAN MEDICINAL PLANT BY USING ARTIFICIAL NEURAL NETWORK
 
IRJET - Disease Detection in Plant using Machine Learning
IRJET -  	  Disease Detection in Plant using Machine LearningIRJET -  	  Disease Detection in Plant using Machine Learning
IRJET - Disease Detection in Plant using Machine Learning
 
ORAL CANCER DETECTION USING RNN
ORAL CANCER DETECTION USING RNNORAL CANCER DETECTION USING RNN
ORAL CANCER DETECTION USING RNN
 
AUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMAUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEM
 
IRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction System
 
CRIME EXPLORATION AND FORECAST
CRIME EXPLORATION AND FORECASTCRIME EXPLORATION AND FORECAST
CRIME EXPLORATION AND FORECAST
 
Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3
 

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 STRUCTURE
IRJET 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 Characteristics
IRJET 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 ADAS
IRJET 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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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

一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERSCW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
veerababupersonal22
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 

Recently uploaded (20)

一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERSCW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 

Android application for detection of leaf disease (Using Image processing and Neural networks)

  • 1. Android application for detection of leaf disease (Using Image processing and Neural networks) Arpit Khedekar1, Samrudhi Shetty2, Saloni Patil3 , Anik Patel4, , Prof.Sachin Chavan5 1,2,3,4Student at Mahatma Gandhi Mission’s College Of Engineering And Technology, Navi Mumbai 5Assistant Professor at Mahatma Gandhi Mission’s College Of Engineering And Technology, Navi Mumbai ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Across the world, many farmers struggle with the serious issue of leaf disease since it can be challenging to pinpoint the precise illness affecting a certain plant. By capturing a picture of a leaf that is considered to have a disease, we designed an application for leaf disease detection, making it possible to remove the damaged part in advance, Convolutional Neural Networks (CNN) and Image Processing have been used in conjunction to identify and categorize illnesses in terrestrial plants. A CNN was established and built utilizing a data set comprising pictures of both healthy and unhealthy plant leaves. For the leaves of the tomato, potato, and bell pepper, we used CNN models. Using the same data set, we also created an Android-based application to identify plant diseases. By capturing an image of a leaf that is suspected of having a disease, it is feasible to use this application to predict if the leaf is indeed ill and what sort of illness it has. In this manner, the spread can be manipulated. This makes it feasible to stop the disease's spread as quickly as possible. Key Words: Farmers, Android Application, CNN, Leaf Diseases 1. INTRODUCTION photographed with either a high-resolution smartphone camera or a conventional digital camera. The gathered leaves are after that subjected to image processing. several image processing methods, including acquisition, restoring, segmentation, augmentation, and feature extraction and classification are performed for detecting plant diseases. Hence, a system for early illness identification can help to reduce such losses. To better control and manage plant diseases, we have Integrated a machine learning model in our Android application, so users can upload images and receive an accurate diagnosis of the leaf disease. Then we will Test it with our Android application with real-world data and evaluate its accuracy and efficiency compared to other existing solutions[1]. 2. LITERATURE REVIEW Title Year Advantages Disadvantages Plant Disease Detection Mobile Application Development using Deep Learning[1] 2022 The proposed mobile application utilizes a Faster R-CNN object detector with an Image processing is slow in this model. Inceptionv2 backbone network to achieve robust and efficient detection. LeafLife: Deep Learning Based Plant Disease Detection Application[2 ] 2021 The training of the model was made over a data set of various leaf images containing 87867 images The process is slow and time-consuming. International Research Journal of Engineering and Technology (IRJET) e-ISSN:2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072 India is a predominantly agricultural nation, where agricultural goods support the majority of the people. Every plant disease causes a significant decrease in the quantity and quality of agricultural goods. Effective leaf disease detection and diagnosis are essential that play a key role in efficiently avoiding and managing illnesses for secure food and agriculture. We used CNN to train a TensorFlow model for precisely and rapidly identifying agricultural illnesses. The application can be used not only by farmers but also by horticulture students for research and study and home gardening.Plant disease outbreaks have increased in frequency recently as a result of greater than 50 % of production losses which lead to unsteady economic and environmental circumstances.Typically, sick plants exhibit a variety of visual signs, such as streaks or colored spots that can appear on the leaves and be © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1277
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN:2395-0056 p-ISSN: 2395-0072 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net high-resolution digital camera or smart camera. But, we have taken the leaf images of tomato, potato and pepper bell as samples from Kaggle dataset for our research performance analysis which contains healthy or unhealthy leaf images. The dataset contains over 4000 specimens of leaf images. 2. Image Preprocessing The process of pre-processing technique transforms raw input leaf image datasets into desirable process datasets format to develop the quality of leaf images and to eliminate the undesired portions from the leaf images. These processes occur in various phases such as data cleaning, integration, reduction, and transformation These leaf image datasets are resized and converted into 224×224 dimensions for training datasets and testing datasets analysis. So, the pre- processing technique can provide preparation datasets to identify leaf diseases through the leaf image datasets. 3. METHODOLOGY This framework depicts the concepts of the proposed 3. Image Augmentation It is involved in changing and facilitating of the leaf image representation to accurately identify leaf disease. Thus, the training and testing leaf image datasets are augmented to diminish the chance of overfitting and to enrich the simplification of the model. The process of augmentation is applied to resize the original leaf image dataset using flipping, cropping, and rotation techniques as well as to convert the leaf images into RGB using color transformation technique approach with leaf image collection. The leaf images of tomato, potato and pepper bell are taken from the Kaggle dataset. Image processing techniques namely Image preprocessing, image augmentation, feature extraction, feature selection, and classification are applied on the leaf image dataset. Then it is designed supervised machine learning which trains the dataset image and extracts the data from it. This paper introduces a leaf disease detection system using a CNN architecture such as Sequential. The proposed method controls the following procedures step by step to identify leaf diseases. 1. Leaf Image Dataset The role of quantitative or qualitative datasets is very essential to ensure the integrity of the research, the performance of the field study or data preference. However, Leaf images for datasets can be collected by 4. Feature Extraction Feature Extraction is a very important phase of the image processing technique to provide a suitable platform and optimal constraints. The feature extractor of the CNN-based detection framework can extract the image feature vectors of the leaf disease. 5. Classification based on the CNN model The key purpose of this paper is to classify leaf diseases from image datasets using a convolutional neural network (CNN).Mainly, the classification-based CNN model in the image processing system involves trained data and tested data of leaf images to categorize the leaf diseases class[4]. with 98.88% accuracy. Disease Detection of Plant Leaf using Image Processing and CNN with Preventive Measures[3] 2020 In this framework classifies the processed leaf images into potato early blight, potato late blight, tomato The paper just specifies and spots the disease of potato leaves and not other plants. early blight and tomato late blight using AlexNet and ResNet-50 architectures Plant Disease Detection and Classification by Deep Learning [5] 2021 The application can avoid the disadvantage caused by artificial selection The model can improve its accuracy of disease spot features, make plant disease feature extraction more objective, and improve the research efficiency. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1278
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN:2395-0056 p-ISSN: 2395-0072 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net Fig 1: Test accuracy VS Trained accuracy. Fig 2: Loss on the Test dataset Vs Trained dataset. 6. Tflite We use TensorFlow Lite in our Android application it provides particularly well-suited for use cases that require real-time or low-latency inference So we will download the TensorFlow Lite Android archive from the TensorFlow website. Extract the archive and copy the TensorFlow Lite AAR file to the libs folder of your Android project. and then Add the following dependencies to the app-level build.gradle file and then sync the Gradle files to download the dependencies, Place the TensorFlow Lite model in the assets folder of your Android project. and Create a TensorFlow Lite Interpreter instance in your application code to load and run the model[6]. A. Requirements gathering: B. Design: In this step, we have created a design for the application that meets the requirements identified in the previous step. We have created a user interface (UI) design that is easy to use and visually appealing, and you determine the application architecture and data flow[7]. C. Development: In this step, we have written code to implement the design and build the application. And used the programming language Java to write the application code and use Android Studio, the official Integrated Development Environment (IDE) for Android development, to build the application[8]. D. Testing: In this step, we have tested the application to ensure that it works as expected and meets the requirements. E. Deployment: In this step, you package the application and make it available for distribution to end-users.In the future, we can publish the application on the Google Play Store or App store The development of an Android application typically follows a methodology that includes the following steps: In this step, we have gathered all requirements for the application from the trained model and end-users. Then we have identified the features and functionalities that the application should have, to meet the needs of its users. Fig 3: Block Diagram © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1279
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN:2395-0056 p-ISSN: 2395-0072 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net 4. RESULTS The results have been observed by testing the various categories of leaves and their diseases if any, by making use of the android application. The dataset used for this study consists of 10,000 leaf images, with 660 approx images for each of the fifteen different categories of leaves represented in the dataset. The images were collected from various sources, including online databases and from fieldwork conducted in local farms. We evaluated the performance of our CNN using accuracy. Our Sequential model gave an accuracy of 95.98%. The model also ran at an average speed of 3 seconds per image on an Android device. We also conducted user testing with 10 participants, including students, researchers, and plant pathologists. Participants found the Android application to be easy to use and reported an accuracy of 95% in identifying the type of disease. Our Android application achieved higher accuracy than other existing mobile applications for leaf disease detection. However, the performance was slightly lower than manual diagnosis by plant pathologists. Fig 5: Result of Leaf Diseases 5. CONCLUSIONS The ultimate goal of this application would be to provide a tool for farmers or researchers to quickly and easily diagnose leaf diseases in plants, which can help prevent the spread of disease and increase crop yields. The application's success would be measured by its ability to achieve this goal and its usability by the target users. Fig 4: UI of application Additionally, the impact of the application on the agricultural industry or research community could also be evaluated as part of the overall result. REFERENCES [1] Hui Fuang Ng; Chih-Yang Lin; Joon Huang Chuah; Hung Khoon Tan, “Plant Disease Detection Mobile Application Development using Deep Learning”, International Conference on Computer & Information Sciences, IEEE, July. 2021. [2] Mehmet Şamil Soyer; Can Yılmaz; İsmail Mervan Ozcan; Fatih Cogen, “LeafLife: Deep Learning Based Plant Disease Detection Application”, International Conference on Electrical and Electronics Engineering (ELECO)IEEE, Jan.2021. [3] Husnul Ajra; Mst. Khairun Nahar; Lipika Sarkar “ Disease Detection of Plant Leaf using Image Processing and CNN with Preventive Measures” Emerging Technology in Computing, Communication and Electronics (ETCCE), IEEE , Feb 2020, © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1280
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN:2395-0056 p-ISSN: 2395-0072 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net [4] PlantVillage Dataset. “Kaggle.” Google LCC, no. 2010, https://www.kaggle.com/datasets/emmarex/plantdisease [5] Sandeep Kumar; KMVV Prasad; A. Srilekha; T.Suman; B. Pranav Rao “Leaf Disease Detection and Classification based on Machine Learning”, IEEE, 2020. [6] P. Sharma ; P. Hans; S. C. Gupta, “Classification Of Plant Leaf Diseases Using Machine Learning And Image Preprocessing Techniques”, Int Conf. on Cloud Com., Data Sc. & Eng. Noida, INDIA, 2020. [7] John C. Valdoria, Arlene R. Caballero, John Marco M. Condino, Brian Irvin D. Fernandez “ iDahon: An Android Based Terrestrial Plant Disease Detection Mobile Application Through Digital Image Processing Using Deep Learning Neural Network Algorithm”,4th International Conference on Information Technology (InCIT),2019. Arpit Khedekar Pursuing B.E. in Computer Engineering at M.G.M. College Of Engineering And Technology, Navi Mumbai, Maharashtra. Samrudhi Shetty Pursuing B.E. in Computer Engineering at M.G.M. College Of Engineering And Technology, Navi Mumbai, Maharashtra. [8] Anirban Sarkar; Ayush Goyal; David Hicks; Debadrita Sarkar; Saikat Hazra,” Android Application Development: A Brief Overview of Android Platforms and Evolution of Security Systems”, Third International Conference on I-SMAC (IoT in Social, Mobile, Analytics, and Cloud) (I-SMAC), IEEE, March 2020. BIOGRAPHIES Saloni Patil Pursuing B.E. in Computer Engineering at M.G.M. College Of Engineering And Technology, Navi Mumbai, Maharashtra. Anik Patel Pursuing B.E. in Computer Engineering at M.G.M. College Of Engineering And Technology, Navi Mumbai, Maharashtra. Assistant Prof. Sachin Chavan at Department Of Computer Engineering , M.G.M. College Of Engineering And Technology, Navi Mumbai, Maharashtra. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1281