SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
International Journal of Electrical, Electronics and Computers
Vol-6, Issue-4 | Jul-Aug, 2021
Available: https://aipublications.com/ijeec/
Peer-Reviewed Journal
ISSN: 2456-2319
https://dx.doi.org/10.22161/eec.64.4 13
Smart Plant Disease Detection System
Bhoopendra Joshi, Abhinav Kumar, Satyam Kashyap, Nooruddin Nagdi, Sukhdarshan
Vinayak, Dinesh Verma
Global Institute of Technology, RTU Affiliated, Jaipur, Rajasthan, India
Received: 15 Jun 2021; Accepted: 03 Jul 2021; Date of Publication: 09 Jul 2021
©2021 The Author(s). Published by Infogain Publication. This is an open access article under the CC BY license
(https://creativecommons.org/licenses/by/4.0/).
Abstract— Food is one of the basic needs of human being. Population is increasing day by day. So, it has
become important to grow sufficient amount of crops to feed such a huge population. Agricultural
intervention in the livelihood of rural India is about 58%. But with the time passing by, plants are being
affected with many kinds of diseases, which cause great harm to the agricultural plant productions. It is
very difficult to monitor the plant diseases. It requires tremendous amount of work, expertise in the plant
diseases, and also require the excessive processing speed and time. Hence, image processing is used for
the detection of plant diseases by just capturing the images of the leaves and comparing it with the data
sets available. Latest and fostering technologies like Image processing is used to rectify such issues very
effectively. In this project, four consecutive stages are used to discover the type of disease. The four stages
include pre-processing, leaf segmentation, feature extraction and classification. This paper aims to support
and help the farmers in an efficient way.
Keywords— CNN Algorithm, Disease Detection.
I. INTRODUCTION
Agriculture is the backbone of our country. It is one of the
most important need to bring technological advancement
in the fields related to crop productivity. Research
initiatives and tentative study process in the important
domain of qualitative farming towards improving the yield,
with greater monetary outcome. Modern technologies have
given human society the ability to produce enough food to
meet the demand of more than 7 billion people. However,
food security remains threatened by a number of factors
including climate change. Plant diseases are not only a
threat to food security at the global scale, but can also have
danger consequences for small farmers whose livelihoods
depend on healthy crops. Vegetable and fruits exist as one
of the present significant agricultural achieved output.
Diseases are disablement state of the plant that translates
or hinders its important roles such as transpiration,
photosynthesis, fertilization, pollination, germination etc.
These diseases are spawned by pathogens like, fungi,
bacteria and viruses, because of unfavorable environmental
situations. Accordingly, the preliminary stage for
diagnosing of plant disease is a significant task. Plant
disease identification by visual way is more arduous task
and at the same time less effective and can be done only in
limited areas. Whereas if automatic detection technique is
used it will take less efforts, less time and will provide
with more accuracy. Farmers need periodic monitoring by
paid professional which might be prohibitively costly and
time absorbing. Thence, looking for quick, less costly and
precise way to detect the diseases is the need of modern
era. In our study we are proposing a system which can be
used to identify the particular type of disease in plants
leave might have. It is of major concern to identify the
type of disease in an important crop like tomato, potato can
have, by implementing technologies like image recognition.
Image processing is the technique which is used for
measuring affected area of disease, and to determine the
difference in the color of the affected area. Machine based
approaches for disease detection and classification of
agricultural product have become an important part of
civilization. It presents a review on existing reported
techniques useful in detection of disease. It also describes
application of agriculture using computer vision
technology to recognize and classify disease of plant leaf.
Bhoopendra Joshiet al. Smart Plant Disease Detection System
ISSN: 2456-2319
https://dx.doi.org/10.22161/eec.64.4 14
The paper deals with association between disease
symptoms and impact on product yield. It also deals with
the number of training data and testing to accomplish
better accuracy. They proposed mobile based design for
leaf disease detection using Gabor wavelet transom (GWT).
In this system firstly color conversion from the device
dependent to color space model.
II. KEY CHALLENGES
Many researchers had done research on various types of
plants and their diseases also they had given various
techniques to identify that disease. Here is a quick review
about the key challenges faced by us:
▪ Quality of captured image
▪ Dataset should be enough large to divide into data
set and test set
▪ Collected images may contain noises.
▪ Segmenting the exact point of disease that it can
find accurately.
▪ Color of plant leaf changes depending on climate.
▪ Classification plays a role in recognizing
segmented spot into meaningful disease.
▪ Regular classification is needed for some specific
plants.
▪ Identifying diseases for different plant leaves is
challenging.
III. IDENTIFICTION OF DISEASE
The need of this section is that researchers can understand
various type of image processing operation and type of
feature need to be considered when observing various
diseases. Disease to the plants takes place when a virus,
bacteria, fungi infects a plant and disorders its normal
growth. Effect on plant leaves can vary from discoloration
to death. Disease causes due to including fungi, microbes,
viruses, nematodes etc.
▪ Rust: It is usually found on leaves lower surfaces
of mature plants. Initially raised spots on the
undersides of leaves. As time passes these spots
become reddish-orange spore masses. Later, leaf
pustules turn to yellow-green and eventually
black.
▪ Yellow leaf Disease: This disease caused by
pathogen Phytoplasma in arecanut where green
leaves tuning into yellow that gradually decline in
yield.
▪ Leaf Curl: Disease can be characterized by leaf
curl. It can cause by fungus, genus Taphrina or
virus.
▪ Leaf Spot: It is serious bacterial disease found in
chili spread by Xanthomonas campestris pv
vesicatory.
▪ Late Blight: Late Blight spreads rapidly. The
development of the fungus due to Cool and wet
weather. It forms irregularly shaped ashen spots
signs on leaves. Around the spots there will be a
ring of white mold.
Fig.1 Different Types of Plant Disease
Bhoopendra Joshiet al. Smart Plant Disease Detection System
ISSN: 2456-2319
https://dx.doi.org/10.22161/eec.64.4 15
IV. METHOD APPROACH
Our Project on “Smart plant disease detection” is working
on the Principle of CNN algorithm. We have designed and
tested algorithm on “Anaconda 3 python software: Stages
of system designs are:
4.1 Data Preprocessing:
Data pre-processing is crucially important to a model’s
performance. Viral, bacterial and fungal infections can be
difficult to distinguish. The dataset should be taken as
large as possible. If the Dataset being small then it may be
difficult to take out accurate estimation of Image
classification. The dataset should contain atleast 15000
image of leaves out of which that is divided into train data
set and test data set. If the dataset is small then we have to
use Augmentation Technique so that accuracy can be
maintained without disrupting any compromises in the
efficiency. Augmentation Techniques includes various
type of functionalities like rotation, zoom, adding color
changes. We have formed village dataset of around 15000
images in which 11378 images in train set and around
4348 images in data set.
4.2 CNN Algorithm:
In this deep learning convolution neural network is
implemented. We have designed a five layers neural
network having dense layer, convolutional layer, batch
normalization, activation function layer of increasing
domain. The primary purpose of convolution in case of a
ConvNet is to extract features from the input image.
Convolution preserves the spatial relationship between
pixels by learning image features using small squares of
input data. Non-linearity Relu layer used to changes the
negative pixels into zero order pixel. Spatial Pooling layer
is used to reduce the dimensionality of the feature pixel
map.
V. RESULTS
Fig.2 Segmented and Gray Scale Image
Fig.3: Result and model accuracy Vs epoch
VI. CONCLUSION
This complete study discloses the enhanced performance
of the implemented CNN algorithm which is used for
detection of different types of plant disease efficiently.
Table 1. List of reviewed papers and their respective
accuracy achievement.
Paper
Number
Methods Accuracy
Value
Paper 7 Discussed hybrid
clustering method, used
super pixel clustering.
89%
Paper 8 Two types of fungus in
cucumber plant leaves,
ANN model with 3 layers
were utilized.
87%
Paper 9 Deep learning method,
proposed the
Occlusion concept.
85%
Paper 10 Detection of disease using
Automation and ANN.
88%
Paper 11 Multi feature and
genetic algorithm BP
neural network, Otsu
Method.
86%
Paper 12 Image recognition
and segmentation process,
Color co-occurrence
method.
88%
Self Deep neural network using
CNN.
91%
Bhoopendra Joshiet al. Smart Plant Disease Detection System
ISSN: 2456-2319
https://dx.doi.org/10.22161/eec.64.4 16
This paper gives the survey on different diseases
classification techniques that can be used for plant leaf
disease detection and an algorithm for image segmentation
technique used for automatic detection as well as
classification of plant leaf diseases has been described.
Tomato, Potato, Pepper-bell are some of those species on
which the algorithms and methods were tested. Therefore,
related diseases for these plants were taken for
identification. With very less computational efforts the
optimum results were obtained which also shows the
efficiency of algorithm in recognition and classification of
the leaf diseases.
REFERENCES
[1] Detection of unhealthy plant leaves using image processing
and genetic algorithm with Arduino2018 International
Conference on Power, Signals, Control and Computation
(EPSCICON)
[2] Tanvimehera, vinaykumar, pragyagupta "Maturity and
disease detection in tomato using computer vision" 2016
Fourth international conference on parallel, distributed and
grid computing (PDGC)
[3] Ms.Poojapawer, Dr.Varsha Tukar, Prof. Parvinpatil
"Cucumber Disease detection using artificial neural
network"
[4] Mukesh Kumar Tripathi, Dr. Dhananjay, D. Maktedar''
Recent Machine Learning Based Approaches for Disease
Detection and Classification of Agricultural Products''
International Conference on Electrical, Electronics and
Optimization Techniques (ICEEOT)-2016.
[5] Gittaly Dhingra, Vinay Kumar, Hem Dutt Joshi, “Study of
digital image processing techniques for leaf disease
detection and classification,” Springer-Science, 29
November 2017
[6] Shitala Prasad, Sateesh K. Peddoju, Debashis
Ghosh,“Multi-resolution mobile vision system for plant
leaf disease diagnosis,” pp. 379–388, Springer-Verlag
London 2015
[7] Shanwen Zhang, Zhuhong You, Xiaowei Wu,” Plant
disease leaf image segmentation based on superpixel
clustering and EM algorithm,” Springer, June 2017.
[8] Keyvan Asefpour Vakilian & Jafar Massah,” An artificial
neural network approach to identify fungal diseases of
cucumber (Cucumis sativus L.) Plants using digital image
processing,” Vol. 46, No. 13,1580–1588, Taylor &Francis,
2013
[9] Mohammed Brahimi, Kamel Boukhalfa & Abdelouahab
Moussaoui,” Deep Learning for Tomato Diseases:
Classification and Symptoms Visualization,” vol. 31, no.4,
299–315, Taylor & Francis, 2017.
[10] H.Al-Hiary, S. Bani-Ahmad, M.Reyalat, M.Braik &
Z.AlRahamneh, “Fast and Accurate Detection and
Classification of Plant Diseases”, International Journal of
Computer Applications, Vol.17,No.1, pp.31-38.March
2011.
[11] Yuanyuan Shao, Guantao Xuan, Yangyan Zhu, Yanling
Zhang, Hongxing Peng, Zhongzheng Liu & Jialin Hou,”
Research on automatic identification system of tobacco
diseases”, vol. 65, no. 4, 252–259, Taylor & Francis, 2017
[12] Vijai Singh, A.K. Misra,” Detection of plant leaf diseases
using image segmentation and soft computing Techniques,
“Information Processing In Agriculture 4 (2017) 41–49 ,
science direct, 2017

Más contenido relacionado

La actualidad más candente

Tomato leaves diseases detection approach based on support vector machines
Tomato leaves diseases detection approach based on support vector machinesTomato leaves diseases detection approach based on support vector machines
Tomato leaves diseases detection approach based on support vector machinesAboul Ella Hassanien
 
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...Mohammad Shakirul islam
 
An Exploration on the Identification of Plant Leaf Diseases using Image Proce...
An Exploration on the Identification of Plant Leaf Diseases using Image Proce...An Exploration on the Identification of Plant Leaf Diseases using Image Proce...
An Exploration on the Identification of Plant Leaf Diseases using Image Proce...Tarun Kumar
 
Classification of Apple diseases through machine learning
Classification of Apple diseases through machine learningClassification of Apple diseases through machine learning
Classification of Apple diseases through machine learningMuqaddas Bin Tahir
 
Fruit Disease Detection and Classification
Fruit Disease Detection and ClassificationFruit Disease Detection and Classification
Fruit Disease Detection and ClassificationIRJET Journal
 
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Tarun Kumar
 
Bacterial foraging optimization based adaptive neuro fuzzy inference system
Bacterial foraging optimization based adaptive neuro fuzzy inference system  Bacterial foraging optimization based adaptive neuro fuzzy inference system
Bacterial foraging optimization based adaptive neuro fuzzy inference system IJECEIAES
 
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)Journal For Research
 
GreenR: Automatic Plant Disease Diagnosis
GreenR: Automatic Plant Disease DiagnosisGreenR: Automatic Plant Disease Diagnosis
GreenR: Automatic Plant Disease DiagnosisAshish Gupta
 
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
 
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 LearningIRJET Journal
 
Detection of plant diseases
Detection of plant diseasesDetection of plant diseases
Detection of plant diseasesMuneesh Wari
 
A study on real time plant disease diagonsis system
A study on real time plant disease diagonsis systemA study on real time plant disease diagonsis system
A study on real time plant disease diagonsis systemIJARIIT
 
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVMIRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVMIRJET Journal
 
Smart Fruit Classification using Neural Networks
Smart Fruit Classification using Neural NetworksSmart Fruit Classification using Neural Networks
Smart Fruit Classification using Neural Networksijtsrd
 
IRJET- Detection and Classification of Leaf Diseases
IRJET-  	  Detection and Classification of Leaf DiseasesIRJET-  	  Detection and Classification of Leaf Diseases
IRJET- Detection and Classification of Leaf DiseasesIRJET Journal
 
Identification of Disease in Leaves using Genetic Algorithm
Identification of Disease in Leaves using Genetic AlgorithmIdentification of Disease in Leaves using Genetic Algorithm
Identification of Disease in Leaves using Genetic Algorithmijtsrd
 

La actualidad más candente (20)

research publication
research publicationresearch publication
research publication
 
Tomato leaves diseases detection approach based on support vector machines
Tomato leaves diseases detection approach based on support vector machinesTomato leaves diseases detection approach based on support vector machines
Tomato leaves diseases detection approach based on support vector machines
 
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
 
An Exploration on the Identification of Plant Leaf Diseases using Image Proce...
An Exploration on the Identification of Plant Leaf Diseases using Image Proce...An Exploration on the Identification of Plant Leaf Diseases using Image Proce...
An Exploration on the Identification of Plant Leaf Diseases using Image Proce...
 
Classification of Apple diseases through machine learning
Classification of Apple diseases through machine learningClassification of Apple diseases through machine learning
Classification of Apple diseases through machine learning
 
Kapil dikshit ppt
Kapil dikshit pptKapil dikshit ppt
Kapil dikshit ppt
 
Fruit Disease Detection and Classification
Fruit Disease Detection and ClassificationFruit Disease Detection and Classification
Fruit Disease Detection and Classification
 
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
 
Bacterial foraging optimization based adaptive neuro fuzzy inference system
Bacterial foraging optimization based adaptive neuro fuzzy inference system  Bacterial foraging optimization based adaptive neuro fuzzy inference system
Bacterial foraging optimization based adaptive neuro fuzzy inference system
 
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
 
GreenR: Automatic Plant Disease Diagnosis
GreenR: Automatic Plant Disease DiagnosisGreenR: Automatic Plant Disease Diagnosis
GreenR: Automatic Plant Disease Diagnosis
 
xtremes
xtremesxtremes
xtremes
 
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 - 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
 
Detection of plant diseases
Detection of plant diseasesDetection of plant diseases
Detection of plant diseases
 
A study on real time plant disease diagonsis system
A study on real time plant disease diagonsis systemA study on real time plant disease diagonsis system
A study on real time plant disease diagonsis system
 
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVMIRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
 
Smart Fruit Classification using Neural Networks
Smart Fruit Classification using Neural NetworksSmart Fruit Classification using Neural Networks
Smart Fruit Classification using Neural Networks
 
IRJET- Detection and Classification of Leaf Diseases
IRJET-  	  Detection and Classification of Leaf DiseasesIRJET-  	  Detection and Classification of Leaf Diseases
IRJET- Detection and Classification of Leaf Diseases
 
Identification of Disease in Leaves using Genetic Algorithm
Identification of Disease in Leaves using Genetic AlgorithmIdentification of Disease in Leaves using Genetic Algorithm
Identification of Disease in Leaves using Genetic Algorithm
 

Similar a Smart Plant Disease Detection System

RICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNING
RICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNINGRICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNING
RICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNINGIRJET Journal
 
Crop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural NetworkCrop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural Networkijtsrd
 
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEMPLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEMIRJET Journal
 
10.1016@j.ecoinf.2021.101283.pdf
10.1016@j.ecoinf.2021.101283.pdf10.1016@j.ecoinf.2021.101283.pdf
10.1016@j.ecoinf.2021.101283.pdfNehaBhati30
 
IRJET- Disease Diagnosis of Mango Leaf
IRJET- Disease Diagnosis of Mango LeafIRJET- Disease Diagnosis of Mango Leaf
IRJET- Disease Diagnosis of Mango LeafIRJET Journal
 
IRJET- Disease Detection in the Leaves of Multiple Plants
IRJET- Disease Detection in the Leaves of Multiple PlantsIRJET- Disease Detection in the Leaves of Multiple Plants
IRJET- Disease Detection in the Leaves of Multiple PlantsIRJET Journal
 
711201940
711201940711201940
711201940IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
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
 
Plant Leaf Disease Detection Using Machine Learning
Plant Leaf Disease Detection Using Machine LearningPlant Leaf Disease Detection Using Machine Learning
Plant Leaf Disease Detection Using Machine LearningIRJET Journal
 
CROP DISEASE DETECTION
CROP DISEASE DETECTIONCROP DISEASE DETECTION
CROP DISEASE DETECTIONIRJET Journal
 
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
 
An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...
An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...
An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...IRJET Journal
 
7743-Article Text-13981-1-10-20210530 (1).pdf
7743-Article Text-13981-1-10-20210530 (1).pdf7743-Article Text-13981-1-10-20210530 (1).pdf
7743-Article Text-13981-1-10-20210530 (1).pdfNehaBhati30
 
Disease Detection in Plant Leaves using K-Means Clustering and Neural Network
Disease Detection in Plant Leaves using K-Means Clustering and Neural NetworkDisease Detection in Plant Leaves using K-Means Clustering and Neural Network
Disease Detection in Plant Leaves using K-Means Clustering and Neural Networkijtsrd
 
Tomato Disease Fusion and Classification using Deep Learning
Tomato Disease Fusion and Classification using Deep LearningTomato Disease Fusion and Classification using Deep Learning
Tomato Disease Fusion and Classification using Deep LearningIJCI JOURNAL
 
Techniques of deep learning and image processing in plant leaf disease detect...
Techniques of deep learning and image processing in plant leaf disease detect...Techniques of deep learning and image processing in plant leaf disease detect...
Techniques of deep learning and image processing in plant leaf disease detect...IJECEIAES
 
abstract1 ppt (2).pptx
abstract1 ppt (2).pptxabstract1 ppt (2).pptx
abstract1 ppt (2).pptxRamyaKona3
 

Similar a Smart Plant Disease Detection System (20)

RICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNING
RICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNINGRICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNING
RICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNING
 
Crop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural NetworkCrop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural Network
 
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEMPLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
 
Pomegranate fuzzy
Pomegranate   fuzzyPomegranate   fuzzy
Pomegranate fuzzy
 
10.1016@j.ecoinf.2021.101283.pdf
10.1016@j.ecoinf.2021.101283.pdf10.1016@j.ecoinf.2021.101283.pdf
10.1016@j.ecoinf.2021.101283.pdf
 
IRJET- Disease Diagnosis of Mango Leaf
IRJET- Disease Diagnosis of Mango LeafIRJET- Disease Diagnosis of Mango Leaf
IRJET- Disease Diagnosis of Mango Leaf
 
IRJET- Disease Detection in the Leaves of Multiple Plants
IRJET- Disease Detection in the Leaves of Multiple PlantsIRJET- Disease Detection in the Leaves of Multiple Plants
IRJET- Disease Detection in the Leaves of Multiple Plants
 
711201940
711201940711201940
711201940
 
711201940
711201940711201940
711201940
 
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
 
Plant Leaf Disease Detection Using Machine Learning
Plant Leaf Disease Detection Using Machine LearningPlant Leaf Disease Detection Using Machine Learning
Plant Leaf Disease Detection Using Machine Learning
 
CROP DISEASE DETECTION
CROP DISEASE DETECTIONCROP DISEASE DETECTION
CROP DISEASE DETECTION
 
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
 
An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...
An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...
An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...
 
ijatcse21932020.pdf
ijatcse21932020.pdfijatcse21932020.pdf
ijatcse21932020.pdf
 
7743-Article Text-13981-1-10-20210530 (1).pdf
7743-Article Text-13981-1-10-20210530 (1).pdf7743-Article Text-13981-1-10-20210530 (1).pdf
7743-Article Text-13981-1-10-20210530 (1).pdf
 
Disease Detection in Plant Leaves using K-Means Clustering and Neural Network
Disease Detection in Plant Leaves using K-Means Clustering and Neural NetworkDisease Detection in Plant Leaves using K-Means Clustering and Neural Network
Disease Detection in Plant Leaves using K-Means Clustering and Neural Network
 
Tomato Disease Fusion and Classification using Deep Learning
Tomato Disease Fusion and Classification using Deep LearningTomato Disease Fusion and Classification using Deep Learning
Tomato Disease Fusion and Classification using Deep Learning
 
Techniques of deep learning and image processing in plant leaf disease detect...
Techniques of deep learning and image processing in plant leaf disease detect...Techniques of deep learning and image processing in plant leaf disease detect...
Techniques of deep learning and image processing in plant leaf disease detect...
 
abstract1 ppt (2).pptx
abstract1 ppt (2).pptxabstract1 ppt (2).pptx
abstract1 ppt (2).pptx
 

Más de AI Publications

The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...AI Publications
 
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition SystemEnhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition SystemAI Publications
 
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...AI Publications
 
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...AI Publications
 
Lung cancer: “Epidemiology and risk factors”
Lung cancer: “Epidemiology and risk factors”Lung cancer: “Epidemiology and risk factors”
Lung cancer: “Epidemiology and risk factors”AI Publications
 
Further analysis on Organic agriculture and organic farming in case of Thaila...
Further analysis on Organic agriculture and organic farming in case of Thaila...Further analysis on Organic agriculture and organic farming in case of Thaila...
Further analysis on Organic agriculture and organic farming in case of Thaila...AI Publications
 
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...AI Publications
 
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...AI Publications
 
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...AI Publications
 
Neuroprotective Herbal Plants - A Review
Neuroprotective Herbal Plants - A ReviewNeuroprotective Herbal Plants - A Review
Neuroprotective Herbal Plants - A ReviewAI Publications
 
A phytochemical and pharmacological review on canarium solomonense
A phytochemical and pharmacological review on canarium solomonenseA phytochemical and pharmacological review on canarium solomonense
A phytochemical and pharmacological review on canarium solomonenseAI Publications
 
Influences of Digital Marketing in the Buying Decisions of College Students i...
Influences of Digital Marketing in the Buying Decisions of College Students i...Influences of Digital Marketing in the Buying Decisions of College Students i...
Influences of Digital Marketing in the Buying Decisions of College Students i...AI Publications
 
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...AI Publications
 
Imaging of breast hamartomas
Imaging of breast hamartomasImaging of breast hamartomas
Imaging of breast hamartomasAI Publications
 
A retrospective study on ovarian cancer with a median follow-up of 36 months ...
A retrospective study on ovarian cancer with a median follow-up of 36 months ...A retrospective study on ovarian cancer with a median follow-up of 36 months ...
A retrospective study on ovarian cancer with a median follow-up of 36 months ...AI Publications
 
More analysis on environment protection and sustainable agriculture - A case ...
More analysis on environment protection and sustainable agriculture - A case ...More analysis on environment protection and sustainable agriculture - A case ...
More analysis on environment protection and sustainable agriculture - A case ...AI Publications
 
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...AI Publications
 
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...AI Publications
 
The Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
The Impacts of Viral Hepatitis on Liver Enzymes and BilrubinThe Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
The Impacts of Viral Hepatitis on Liver Enzymes and BilrubinAI Publications
 
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...AI Publications
 

Más de AI Publications (20)

The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
 
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition SystemEnhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
 
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
 
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
 
Lung cancer: “Epidemiology and risk factors”
Lung cancer: “Epidemiology and risk factors”Lung cancer: “Epidemiology and risk factors”
Lung cancer: “Epidemiology and risk factors”
 
Further analysis on Organic agriculture and organic farming in case of Thaila...
Further analysis on Organic agriculture and organic farming in case of Thaila...Further analysis on Organic agriculture and organic farming in case of Thaila...
Further analysis on Organic agriculture and organic farming in case of Thaila...
 
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
 
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
 
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
 
Neuroprotective Herbal Plants - A Review
Neuroprotective Herbal Plants - A ReviewNeuroprotective Herbal Plants - A Review
Neuroprotective Herbal Plants - A Review
 
A phytochemical and pharmacological review on canarium solomonense
A phytochemical and pharmacological review on canarium solomonenseA phytochemical and pharmacological review on canarium solomonense
A phytochemical and pharmacological review on canarium solomonense
 
Influences of Digital Marketing in the Buying Decisions of College Students i...
Influences of Digital Marketing in the Buying Decisions of College Students i...Influences of Digital Marketing in the Buying Decisions of College Students i...
Influences of Digital Marketing in the Buying Decisions of College Students i...
 
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
 
Imaging of breast hamartomas
Imaging of breast hamartomasImaging of breast hamartomas
Imaging of breast hamartomas
 
A retrospective study on ovarian cancer with a median follow-up of 36 months ...
A retrospective study on ovarian cancer with a median follow-up of 36 months ...A retrospective study on ovarian cancer with a median follow-up of 36 months ...
A retrospective study on ovarian cancer with a median follow-up of 36 months ...
 
More analysis on environment protection and sustainable agriculture - A case ...
More analysis on environment protection and sustainable agriculture - A case ...More analysis on environment protection and sustainable agriculture - A case ...
More analysis on environment protection and sustainable agriculture - A case ...
 
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
 
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
 
The Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
The Impacts of Viral Hepatitis on Liver Enzymes and BilrubinThe Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
The Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
 
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
 

Último

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 

Último (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

Smart Plant Disease Detection System

  • 1. International Journal of Electrical, Electronics and Computers Vol-6, Issue-4 | Jul-Aug, 2021 Available: https://aipublications.com/ijeec/ Peer-Reviewed Journal ISSN: 2456-2319 https://dx.doi.org/10.22161/eec.64.4 13 Smart Plant Disease Detection System Bhoopendra Joshi, Abhinav Kumar, Satyam Kashyap, Nooruddin Nagdi, Sukhdarshan Vinayak, Dinesh Verma Global Institute of Technology, RTU Affiliated, Jaipur, Rajasthan, India Received: 15 Jun 2021; Accepted: 03 Jul 2021; Date of Publication: 09 Jul 2021 ©2021 The Author(s). Published by Infogain Publication. This is an open access article under the CC BY license (https://creativecommons.org/licenses/by/4.0/). Abstract— Food is one of the basic needs of human being. Population is increasing day by day. So, it has become important to grow sufficient amount of crops to feed such a huge population. Agricultural intervention in the livelihood of rural India is about 58%. But with the time passing by, plants are being affected with many kinds of diseases, which cause great harm to the agricultural plant productions. It is very difficult to monitor the plant diseases. It requires tremendous amount of work, expertise in the plant diseases, and also require the excessive processing speed and time. Hence, image processing is used for the detection of plant diseases by just capturing the images of the leaves and comparing it with the data sets available. Latest and fostering technologies like Image processing is used to rectify such issues very effectively. In this project, four consecutive stages are used to discover the type of disease. The four stages include pre-processing, leaf segmentation, feature extraction and classification. This paper aims to support and help the farmers in an efficient way. Keywords— CNN Algorithm, Disease Detection. I. INTRODUCTION Agriculture is the backbone of our country. It is one of the most important need to bring technological advancement in the fields related to crop productivity. Research initiatives and tentative study process in the important domain of qualitative farming towards improving the yield, with greater monetary outcome. Modern technologies have given human society the ability to produce enough food to meet the demand of more than 7 billion people. However, food security remains threatened by a number of factors including climate change. Plant diseases are not only a threat to food security at the global scale, but can also have danger consequences for small farmers whose livelihoods depend on healthy crops. Vegetable and fruits exist as one of the present significant agricultural achieved output. Diseases are disablement state of the plant that translates or hinders its important roles such as transpiration, photosynthesis, fertilization, pollination, germination etc. These diseases are spawned by pathogens like, fungi, bacteria and viruses, because of unfavorable environmental situations. Accordingly, the preliminary stage for diagnosing of plant disease is a significant task. Plant disease identification by visual way is more arduous task and at the same time less effective and can be done only in limited areas. Whereas if automatic detection technique is used it will take less efforts, less time and will provide with more accuracy. Farmers need periodic monitoring by paid professional which might be prohibitively costly and time absorbing. Thence, looking for quick, less costly and precise way to detect the diseases is the need of modern era. In our study we are proposing a system which can be used to identify the particular type of disease in plants leave might have. It is of major concern to identify the type of disease in an important crop like tomato, potato can have, by implementing technologies like image recognition. Image processing is the technique which is used for measuring affected area of disease, and to determine the difference in the color of the affected area. Machine based approaches for disease detection and classification of agricultural product have become an important part of civilization. It presents a review on existing reported techniques useful in detection of disease. It also describes application of agriculture using computer vision technology to recognize and classify disease of plant leaf.
  • 2. Bhoopendra Joshiet al. Smart Plant Disease Detection System ISSN: 2456-2319 https://dx.doi.org/10.22161/eec.64.4 14 The paper deals with association between disease symptoms and impact on product yield. It also deals with the number of training data and testing to accomplish better accuracy. They proposed mobile based design for leaf disease detection using Gabor wavelet transom (GWT). In this system firstly color conversion from the device dependent to color space model. II. KEY CHALLENGES Many researchers had done research on various types of plants and their diseases also they had given various techniques to identify that disease. Here is a quick review about the key challenges faced by us: ▪ Quality of captured image ▪ Dataset should be enough large to divide into data set and test set ▪ Collected images may contain noises. ▪ Segmenting the exact point of disease that it can find accurately. ▪ Color of plant leaf changes depending on climate. ▪ Classification plays a role in recognizing segmented spot into meaningful disease. ▪ Regular classification is needed for some specific plants. ▪ Identifying diseases for different plant leaves is challenging. III. IDENTIFICTION OF DISEASE The need of this section is that researchers can understand various type of image processing operation and type of feature need to be considered when observing various diseases. Disease to the plants takes place when a virus, bacteria, fungi infects a plant and disorders its normal growth. Effect on plant leaves can vary from discoloration to death. Disease causes due to including fungi, microbes, viruses, nematodes etc. ▪ Rust: It is usually found on leaves lower surfaces of mature plants. Initially raised spots on the undersides of leaves. As time passes these spots become reddish-orange spore masses. Later, leaf pustules turn to yellow-green and eventually black. ▪ Yellow leaf Disease: This disease caused by pathogen Phytoplasma in arecanut where green leaves tuning into yellow that gradually decline in yield. ▪ Leaf Curl: Disease can be characterized by leaf curl. It can cause by fungus, genus Taphrina or virus. ▪ Leaf Spot: It is serious bacterial disease found in chili spread by Xanthomonas campestris pv vesicatory. ▪ Late Blight: Late Blight spreads rapidly. The development of the fungus due to Cool and wet weather. It forms irregularly shaped ashen spots signs on leaves. Around the spots there will be a ring of white mold. Fig.1 Different Types of Plant Disease
  • 3. Bhoopendra Joshiet al. Smart Plant Disease Detection System ISSN: 2456-2319 https://dx.doi.org/10.22161/eec.64.4 15 IV. METHOD APPROACH Our Project on “Smart plant disease detection” is working on the Principle of CNN algorithm. We have designed and tested algorithm on “Anaconda 3 python software: Stages of system designs are: 4.1 Data Preprocessing: Data pre-processing is crucially important to a model’s performance. Viral, bacterial and fungal infections can be difficult to distinguish. The dataset should be taken as large as possible. If the Dataset being small then it may be difficult to take out accurate estimation of Image classification. The dataset should contain atleast 15000 image of leaves out of which that is divided into train data set and test data set. If the dataset is small then we have to use Augmentation Technique so that accuracy can be maintained without disrupting any compromises in the efficiency. Augmentation Techniques includes various type of functionalities like rotation, zoom, adding color changes. We have formed village dataset of around 15000 images in which 11378 images in train set and around 4348 images in data set. 4.2 CNN Algorithm: In this deep learning convolution neural network is implemented. We have designed a five layers neural network having dense layer, convolutional layer, batch normalization, activation function layer of increasing domain. The primary purpose of convolution in case of a ConvNet is to extract features from the input image. Convolution preserves the spatial relationship between pixels by learning image features using small squares of input data. Non-linearity Relu layer used to changes the negative pixels into zero order pixel. Spatial Pooling layer is used to reduce the dimensionality of the feature pixel map. V. RESULTS Fig.2 Segmented and Gray Scale Image Fig.3: Result and model accuracy Vs epoch VI. CONCLUSION This complete study discloses the enhanced performance of the implemented CNN algorithm which is used for detection of different types of plant disease efficiently. Table 1. List of reviewed papers and their respective accuracy achievement. Paper Number Methods Accuracy Value Paper 7 Discussed hybrid clustering method, used super pixel clustering. 89% Paper 8 Two types of fungus in cucumber plant leaves, ANN model with 3 layers were utilized. 87% Paper 9 Deep learning method, proposed the Occlusion concept. 85% Paper 10 Detection of disease using Automation and ANN. 88% Paper 11 Multi feature and genetic algorithm BP neural network, Otsu Method. 86% Paper 12 Image recognition and segmentation process, Color co-occurrence method. 88% Self Deep neural network using CNN. 91%
  • 4. Bhoopendra Joshiet al. Smart Plant Disease Detection System ISSN: 2456-2319 https://dx.doi.org/10.22161/eec.64.4 16 This paper gives the survey on different diseases classification techniques that can be used for plant leaf disease detection and an algorithm for image segmentation technique used for automatic detection as well as classification of plant leaf diseases has been described. Tomato, Potato, Pepper-bell are some of those species on which the algorithms and methods were tested. Therefore, related diseases for these plants were taken for identification. With very less computational efforts the optimum results were obtained which also shows the efficiency of algorithm in recognition and classification of the leaf diseases. REFERENCES [1] Detection of unhealthy plant leaves using image processing and genetic algorithm with Arduino2018 International Conference on Power, Signals, Control and Computation (EPSCICON) [2] Tanvimehera, vinaykumar, pragyagupta "Maturity and disease detection in tomato using computer vision" 2016 Fourth international conference on parallel, distributed and grid computing (PDGC) [3] Ms.Poojapawer, Dr.Varsha Tukar, Prof. Parvinpatil "Cucumber Disease detection using artificial neural network" [4] Mukesh Kumar Tripathi, Dr. Dhananjay, D. Maktedar'' Recent Machine Learning Based Approaches for Disease Detection and Classification of Agricultural Products'' International Conference on Electrical, Electronics and Optimization Techniques (ICEEOT)-2016. [5] Gittaly Dhingra, Vinay Kumar, Hem Dutt Joshi, “Study of digital image processing techniques for leaf disease detection and classification,” Springer-Science, 29 November 2017 [6] Shitala Prasad, Sateesh K. Peddoju, Debashis Ghosh,“Multi-resolution mobile vision system for plant leaf disease diagnosis,” pp. 379–388, Springer-Verlag London 2015 [7] Shanwen Zhang, Zhuhong You, Xiaowei Wu,” Plant disease leaf image segmentation based on superpixel clustering and EM algorithm,” Springer, June 2017. [8] Keyvan Asefpour Vakilian & Jafar Massah,” An artificial neural network approach to identify fungal diseases of cucumber (Cucumis sativus L.) Plants using digital image processing,” Vol. 46, No. 13,1580–1588, Taylor &Francis, 2013 [9] Mohammed Brahimi, Kamel Boukhalfa & Abdelouahab Moussaoui,” Deep Learning for Tomato Diseases: Classification and Symptoms Visualization,” vol. 31, no.4, 299–315, Taylor & Francis, 2017. [10] H.Al-Hiary, S. Bani-Ahmad, M.Reyalat, M.Braik & Z.AlRahamneh, “Fast and Accurate Detection and Classification of Plant Diseases”, International Journal of Computer Applications, Vol.17,No.1, pp.31-38.March 2011. [11] Yuanyuan Shao, Guantao Xuan, Yangyan Zhu, Yanling Zhang, Hongxing Peng, Zhongzheng Liu & Jialin Hou,” Research on automatic identification system of tobacco diseases”, vol. 65, no. 4, 252–259, Taylor & Francis, 2017 [12] Vijai Singh, A.K. Misra,” Detection of plant leaf diseases using image segmentation and soft computing Techniques, “Information Processing In Agriculture 4 (2017) 41–49 , science direct, 2017