SlideShare a Scribd company logo
1 of 23
An Improved Convolutional Neural
Network Model for Detection of
Arecanut Disease and Remedies
Under the Guidance of:
Project Team
AGENDA
• Abstract
• Introduction
• Literature Survey
• Aim and Objectives
• Existing System
• Proposed System
• System requirement Specifications
• References
Need Solution
ABSTRACT
• Arecanut, commonly referred to as betel nut, is a tropical crop.
• India holds the second position globally both in its production and consumption.
• Throughout its lifecycle, the crop is susceptible to various ailments, spanning from root to fruit. Presently,
disease detection primarily relies on visual inspection, requiring farmers to meticulously examine each
crop at regular intervals.
• In this study, we have introduced a system utilizing Convolutional Neural Networks to identify diseases
affecting the leaves, trunk, and overall health of the arecanut plant.
• Additionally, the system offers recommended remedies for these identified diseases.
• We developed an improved CNN model to distinguish between healthy and diseased arecanut plants.
• To facilitate training and testing, we curated a dataset comprising more than 700 images of both healthy and diseased
arecanut plants, split into an 80:20 ratio for training and testing, respectively.
INTRODUCTION
• The arecanut palm is the source of common chewing nut, popularly known
as betel nut or Supari. In India it is extensively used by large sections of
people and is very much linked with religious practices.
• India is the largest producer of arecanut and at the same time largest
consumer also. Major states cultivating this crop are Karnataka (40%),
Kerala (25%), Assam (20%), Tamil Nadu, Meghalaya and West Bengal.
'Blast Disease' caused by an air-borne fungus can wipe out 70 percent of
arecanut plantations in Karnataka. Published: 24 Nov 2022
LITERATURE SURVEY
SL
NO
AUTHOR Year Title METHODOLOGY DRAWBACKS
1 Dhanuja K
C1 , Mohan
Kumar H P
August
2020
Areca Nut Disease
Detection using
Image Processing
Technology
Applications of Wavelet, Gabor,
Local binary (LBP), Gray Level
Difference Matrix (GLDM) and
Gray Level Co-Occurrence
Matrix (GLCM) are used to
extract various texture features
from areca nut.
The automatic configuration of the
system is made possible in the
future for the classification of
areca nuts.
2
Rajashree
Krishna,1,*
Prema K
V2 and
Rajat
Gaonkar3
2022 Areca Nut Disease
Dataset Creation
and Validation
using Machine
Learning
Techniques based
on Weather
Parameters
Historical weather data i.e.
temperature, rainfall, relative
humidity, sunshine, wind
direction, and wind speed are
collected from the Udupi
weather station.
Concentrated only on the Dataset
creation , No model
implementation is done
SL
NO
AUTHOR Year Title METHODOLOGY Drawbacks
3 Manpreet
Sandhu,
Pratik
Hadawale
2020 Plant Disease Detection using
ML and UAV
In this paper the
author has developed
an automated system
for detecting disease
using leaf image
classification.
Cost is more for implementation.
4 Ashish
Nage, V.R.
Raut
2019 Detection and Identification of
Plant Leaf Diseases based on
Python
the author developed
an Android application
that helps farmers in
identifying plant
disease by uploading a
leaf image to the
system which uses a
convolution neural
network algorithm to
identify the disease in
the leaf.
person having less knowledge
cannot use the mobile application
effectively.
LITERATURE SURVEY
SL NO Author Year Title METHODOLOGY Drawbacks
5 Anandhakris
hnan MG,
Joel Hanson,
Annette Joy
March
2017 Plant Leaf Disease
Detection using Deep
Learning and
Convolutional Neural
Network
In this paper to get better
feature extraction, image
reprocessing was done,
which includes noise
removal, intensity
normalization, removing
reflections, and masking
portions of the image.
Feature extraction can be
done only for few features .
6
Manisha
Bhange,
H.A.
Hingoliwala
2015
Smart Farming:
Pomegranate Disease
Detection Using Image
Processing
In this paper detect
pomegranate diseases and
also suggest the solution on
diseases.
Image Augmentation takes
longer time than
classification
7 Meghana D
R and
Prabhudeva
S
June
2022
Image Processing
based Arecanut
Diseases Detection
Using CNN Model
In this paper the authors
have used different
algorithms (SVM, KNN,
Decision tree, CNN) for
detection of diseases in
leaves.
If we increase the epochs ,
Loss will increase to 10%.
LITERATURE SURVEY
PROBLEM STATEMENT
The aim of the project is to detect the disease in arecanut fruit, Stem and leaves using improved
Convolutional Neural network and Image processing techniques and finding the remedies to the
diseases.
• Objectives
 To collect datasets that contain healthy and diseased images of arecanut and their leaves.
 Design and develop an algorithm for early detection of disease in arecanut that can avoid the
spreading of diseases.
 Develop a deep learning based algorithm that would suggest solutions for the detected
diseases.
 Developing a web application for early detection of disease, prediction and providing
remedies to the above solution.
APPLICATIONS
 Arecanut disease detection has numerous applications across agriculture, environmental monitoring, and
research.
 Early Disease Detection: Rapid identification of diseases allows for early intervention, preventing
widespread damage to crops. This early detection can help in the timely application of treatments or
management strategies.
 Early Disease Detection: Rapid identification of diseases allows for early intervention, preventing
widespread damage to crops. This early detection can help in the timely application of treatments or
management strategies.
 Quarantine and Disease Control: Plant disease detection is crucial in quarantine procedures, preventing
the spread of diseases to new areas or regions.
ADVANTAGES
 Early Detection: Identifying diseases in their early stages allows for prompt action.
 Preventative Measures: Early detection enables farmers to implement timely using
specific pesticides.
 Reduced Crop Loss: By promptly diagnosing diseases, farmers can take appropriate
steps.
 Optimized Resource Use: Disease detection helps optimize resource utilization
minimizing Optimized Resource Use: Disease detection helps optimize resource
utilization.
EXISTING SYSTEM
• Visual Inspection: The traditional method involves manual examination by agricultural experts or
farmers to identify visual symptoms of diseases, such as leaf discoloration, lesions, spots, or unusual
patterns.
• Laboratory Techniques: These methods involve taking samples from plants showing symptoms,
culturing pathogens in a lab, and using techniques like microscopy, PCR (Polymerase Chain Reaction),
ELISA (Enzyme-Linked Immunosorbent Assay), or DNA sequencing to identify specific pathogens
causing diseases.
• Image Processing: Utilizing cameras and image processing algorithms to capture images of plants and
then employing computer vision techniques, machine learning, or deep learning to analyze these images
for disease symptoms. This method allows for automated and rapid analysis of large-scale crops.
• Machine Learning: Creating machine learning platforms that integrate various data sources (images,
environmental factors, and historical data) to diagnose plant diseases.
PROPOSED SYSTEM
Web Application
SYSTEM REQUIREMENT SPECIFICATIONS
• Hardware Requirements
 Processor: Intel CORE i3
 RAM: 4 GB
 Disk space: minimum 256 GB
• Software Requirements
 Operating System (Windows, MacOS).
 Python, HTML, CSS, JavaScript.
 Java / Python Framework and SQL database
 An Internet Browser (Google Chrome, Microsoft Edge etc).
 Code Editor (Visual Studio code/PyCharm).
 The package manager PIP (pip is a python package-management system written in Python
used to install and manage software packages).
Architecture Diagram
Input Image
Dataset
Pre-Processing
Training
Data
Deep Learning Model
(Improved CNN)
Feature Selection
and Segmentation
Test
Data
Model Evaluation
Splitting Dataset
Recognition
Recognition of
activity using web
Application
Healthy Unhealthy
DATA FLOW DIAGRAM –L0
Deep
Learning
Model
Data Pre-processing
Feature Extraction
Input
ArecaNut
Dataset
Train Data Test Data
Recognition
of Arecanut
Disease
SYSTEM DESIGN – Dataflow Diagram-LEVEL1
USER
CAPTURE
IMAGE
Arecanut
Disease
DETECTION
DATASET
SYSTEM
RECOGNITION
COLLECT IMAGES
of Arecanut Fruit,
Stem and Leaves
PREPROCESSED
&EXTRACT
FEATURES
DESIGN &
CONSTRUCT
MODEL
TEST THE
MODEL IN RAW
IMAGE
TRAIN MODEL
USER ADMIN
Use Case Diagram
Disease
Detection
REFERENCES
1. Dhanuja K C. Areca Nut Disease Detection using Image Processing Technology. International Journal of Engineering Research
2020 V9. 10.17577/IJERTV9IS080352.
2. Mallaiah, Suresha & Danti, Ajit & Narasimhamurthy, S. Classification of Diseased Arecanut based on Texture Features.
International Journal of Computer Applications. 2014.
3. Manpreet Sandhu, Pratik Hadawale, Saumaan Momin, Prof. Ajitkumar Khachane. Plant Disease Detection using ML and UAV.
International Research Journal of Engineering and Technology 2020 V7.
4. Mr. Ashish Nage, Prof. V. R. Raut, Detection and Identification of Plant Leaf Diseases based on Python, INTERNATIONAL
JOURNAL OF ENGINEERING RESEARCH & TECHNOLOGY (IJERT),2019, Volume 08, Issue 05.
5. Anandhakrishnan MG Joel Hanson, Annette Joy, Jeri Francis, Plant Leaf Disease Detection using Deep Learning and
Convolutional Neural Network, International Journal of Engineering Science and Computing, Volume 7, Issue No.3, March
2017
6. Manisha Bhange, H.A. Hingoliwala, Smart Farming: Pomegranate Disease Detection Using Image Processing, Procedia
Computer Science, Volume 58,2015, Pages 280-288, ISSN 1877-0509.
REFERENCES
7. Swathy Ann Sam, Siya Elizebeth Varghese, Pooja Murali, Sonu Joseph John, Dr. Anju
Pratap. Time saving malady expert system in plant leaf using CNN, 2020, Volume 13,
Issue No 3.
8.Detection and classification of areca nuts with machine vision Kuo-Yi Huang 2012
9.Classification of Diseased Areca nut based on Texture Features International Journal of
Computer Applications (0975 – 8887) Recent Advances in Information Technology,
2014
10.Segmentation and Classification of Raw Arecanuts Based on Three Sigma Control
Limits December 2012.
11.C.L. Hsieh, S.F. Cheng, T.T. Lin, Application of image texture analysis and neural
network on the growth stage recognition for head cabbage seedlings, Journal of
Agricultural Machinery 6 (2) (1997) 1–13 (in Chinese).
THANK YOU

More Related Content

Similar to Updated_Review2_An Improved Convolutional Neural Network Model for Detection.pptx

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
 
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
 
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...IRJET Journal
 
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNNLEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNNIRJET Journal
 
abstract1 ppt (2).pptx
abstract1 ppt (2).pptxabstract1 ppt (2).pptx
abstract1 ppt (2).pptxRamyaKona3
 
Automated disease detection in crops using CNN
Automated disease detection in crops using CNNAutomated disease detection in crops using CNN
Automated disease detection in crops using CNNManojBhavihal
 
IRJET- IoT based Preventive Crop Disease Model using IP and CNN
IRJET-  	  IoT based Preventive Crop Disease Model using IP and CNNIRJET-  	  IoT based Preventive Crop Disease Model using IP and CNN
IRJET- IoT based Preventive Crop Disease Model using IP and CNNIRJET Journal
 
Plant Disease Prediction using CNN
Plant Disease Prediction using CNNPlant Disease Prediction using CNN
Plant Disease Prediction using CNNvishwasgarade1
 
Optimized deep learning-based dual segmentation framework for diagnosing heal...
Optimized deep learning-based dual segmentation framework for diagnosing heal...Optimized deep learning-based dual segmentation framework for diagnosing heal...
Optimized deep learning-based dual segmentation framework for diagnosing heal...IAESIJAI
 
OPTIMIZATION-BASED AUTO-METR IC
OPTIMIZATION-BASED AUTO-METR              ICOPTIMIZATION-BASED AUTO-METR              IC
OPTIMIZATION-BASED AUTO-METR ICRAJASEKHARV8
 
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET Journal
 
plant ppt.pptx
plant ppt.pptxplant ppt.pptx
plant ppt.pptxMsRAMYACSE
 
Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...IRJET Journal
 
IRJET - A Review on Identification and Disease Detection in Plants using Mach...
IRJET - A Review on Identification and Disease Detection in Plants using Mach...IRJET - A Review on Identification and Disease Detection in Plants using Mach...
IRJET - A Review on Identification and Disease Detection in Plants using Mach...IRJET Journal
 
IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET Journal
 
IRJET- Semi-Automatic Leaf Disease Detection and Classification System for So...
IRJET- Semi-Automatic Leaf Disease Detection and Classification System for So...IRJET- Semi-Automatic Leaf Disease Detection and Classification System for So...
IRJET- Semi-Automatic Leaf Disease Detection and Classification System for So...IRJET Journal
 
IRJET- Smart Crop-Field Monitoring and Automation Irrigation System using...
IRJET-  	  Smart Crop-Field Monitoring and Automation Irrigation System using...IRJET-  	  Smart Crop-Field Monitoring and Automation Irrigation System using...
IRJET- Smart Crop-Field Monitoring and Automation Irrigation System using...IRJET Journal
 
A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...IRJET Journal
 

Similar to Updated_Review2_An Improved Convolutional Neural Network Model for Detection.pptx (20)

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
 
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
 
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
 
Deep Transfer learning
Deep Transfer learningDeep Transfer learning
Deep Transfer learning
 
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNNLEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
 
abstract1 ppt (2).pptx
abstract1 ppt (2).pptxabstract1 ppt (2).pptx
abstract1 ppt (2).pptx
 
Automated disease detection in crops using CNN
Automated disease detection in crops using CNNAutomated disease detection in crops using CNN
Automated disease detection in crops using CNN
 
IRJET- IoT based Preventive Crop Disease Model using IP and CNN
IRJET-  	  IoT based Preventive Crop Disease Model using IP and CNNIRJET-  	  IoT based Preventive Crop Disease Model using IP and CNN
IRJET- IoT based Preventive Crop Disease Model using IP and CNN
 
Plant Disease Prediction using CNN
Plant Disease Prediction using CNNPlant Disease Prediction using CNN
Plant Disease Prediction using CNN
 
Stage1.ppt (2).pptx
Stage1.ppt (2).pptxStage1.ppt (2).pptx
Stage1.ppt (2).pptx
 
Optimized deep learning-based dual segmentation framework for diagnosing heal...
Optimized deep learning-based dual segmentation framework for diagnosing heal...Optimized deep learning-based dual segmentation framework for diagnosing heal...
Optimized deep learning-based dual segmentation framework for diagnosing heal...
 
OPTIMIZATION-BASED AUTO-METR IC
OPTIMIZATION-BASED AUTO-METR              ICOPTIMIZATION-BASED AUTO-METR              IC
OPTIMIZATION-BASED AUTO-METR IC
 
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
 
plant ppt.pptx
plant ppt.pptxplant ppt.pptx
plant ppt.pptx
 
Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...
 
IRJET - A Review on Identification and Disease Detection in Plants using Mach...
IRJET - A Review on Identification and Disease Detection in Plants using Mach...IRJET - A Review on Identification and Disease Detection in Plants using Mach...
IRJET - A Review on Identification and Disease Detection in Plants using Mach...
 
IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...
 
IRJET- Semi-Automatic Leaf Disease Detection and Classification System for So...
IRJET- Semi-Automatic Leaf Disease Detection and Classification System for So...IRJET- Semi-Automatic Leaf Disease Detection and Classification System for So...
IRJET- Semi-Automatic Leaf Disease Detection and Classification System for So...
 
IRJET- Smart Crop-Field Monitoring and Automation Irrigation System using...
IRJET-  	  Smart Crop-Field Monitoring and Automation Irrigation System using...IRJET-  	  Smart Crop-Field Monitoring and Automation Irrigation System using...
IRJET- Smart Crop-Field Monitoring and Automation Irrigation System using...
 
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...
 

Recently uploaded

Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoKayode Fayemi
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Vipesco
 
Causes of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCauses of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCamilleBoulbin1
 
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Delhi Call girls
 
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedDelhi Call girls
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalFabian de Rijk
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfSenaatti-kiinteistöt
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaKayode Fayemi
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxraffaeleoman
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lodhisaajjda
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatmentnswingard
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIINhPhngng3
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...amilabibi1
 
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...Pooja Nehwal
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Baileyhlharris
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfSkillCertProExams
 

Recently uploaded (18)

Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 
Causes of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCauses of poverty in France presentation.pptx
Causes of poverty in France presentation.pptx
 
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
 
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of Drupal
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
 
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 

Updated_Review2_An Improved Convolutional Neural Network Model for Detection.pptx

  • 1. An Improved Convolutional Neural Network Model for Detection of Arecanut Disease and Remedies Under the Guidance of: Project Team
  • 2. AGENDA • Abstract • Introduction • Literature Survey • Aim and Objectives • Existing System • Proposed System • System requirement Specifications • References
  • 4. ABSTRACT • Arecanut, commonly referred to as betel nut, is a tropical crop. • India holds the second position globally both in its production and consumption. • Throughout its lifecycle, the crop is susceptible to various ailments, spanning from root to fruit. Presently, disease detection primarily relies on visual inspection, requiring farmers to meticulously examine each crop at regular intervals. • In this study, we have introduced a system utilizing Convolutional Neural Networks to identify diseases affecting the leaves, trunk, and overall health of the arecanut plant. • Additionally, the system offers recommended remedies for these identified diseases. • We developed an improved CNN model to distinguish between healthy and diseased arecanut plants. • To facilitate training and testing, we curated a dataset comprising more than 700 images of both healthy and diseased arecanut plants, split into an 80:20 ratio for training and testing, respectively.
  • 5. INTRODUCTION • The arecanut palm is the source of common chewing nut, popularly known as betel nut or Supari. In India it is extensively used by large sections of people and is very much linked with religious practices. • India is the largest producer of arecanut and at the same time largest consumer also. Major states cultivating this crop are Karnataka (40%), Kerala (25%), Assam (20%), Tamil Nadu, Meghalaya and West Bengal.
  • 6. 'Blast Disease' caused by an air-borne fungus can wipe out 70 percent of arecanut plantations in Karnataka. Published: 24 Nov 2022
  • 7.
  • 8. LITERATURE SURVEY SL NO AUTHOR Year Title METHODOLOGY DRAWBACKS 1 Dhanuja K C1 , Mohan Kumar H P August 2020 Areca Nut Disease Detection using Image Processing Technology Applications of Wavelet, Gabor, Local binary (LBP), Gray Level Difference Matrix (GLDM) and Gray Level Co-Occurrence Matrix (GLCM) are used to extract various texture features from areca nut. The automatic configuration of the system is made possible in the future for the classification of areca nuts. 2 Rajashree Krishna,1,* Prema K V2 and Rajat Gaonkar3 2022 Areca Nut Disease Dataset Creation and Validation using Machine Learning Techniques based on Weather Parameters Historical weather data i.e. temperature, rainfall, relative humidity, sunshine, wind direction, and wind speed are collected from the Udupi weather station. Concentrated only on the Dataset creation , No model implementation is done
  • 9. SL NO AUTHOR Year Title METHODOLOGY Drawbacks 3 Manpreet Sandhu, Pratik Hadawale 2020 Plant Disease Detection using ML and UAV In this paper the author has developed an automated system for detecting disease using leaf image classification. Cost is more for implementation. 4 Ashish Nage, V.R. Raut 2019 Detection and Identification of Plant Leaf Diseases based on Python the author developed an Android application that helps farmers in identifying plant disease by uploading a leaf image to the system which uses a convolution neural network algorithm to identify the disease in the leaf. person having less knowledge cannot use the mobile application effectively. LITERATURE SURVEY
  • 10. SL NO Author Year Title METHODOLOGY Drawbacks 5 Anandhakris hnan MG, Joel Hanson, Annette Joy March 2017 Plant Leaf Disease Detection using Deep Learning and Convolutional Neural Network In this paper to get better feature extraction, image reprocessing was done, which includes noise removal, intensity normalization, removing reflections, and masking portions of the image. Feature extraction can be done only for few features . 6 Manisha Bhange, H.A. Hingoliwala 2015 Smart Farming: Pomegranate Disease Detection Using Image Processing In this paper detect pomegranate diseases and also suggest the solution on diseases. Image Augmentation takes longer time than classification 7 Meghana D R and Prabhudeva S June 2022 Image Processing based Arecanut Diseases Detection Using CNN Model In this paper the authors have used different algorithms (SVM, KNN, Decision tree, CNN) for detection of diseases in leaves. If we increase the epochs , Loss will increase to 10%. LITERATURE SURVEY
  • 11. PROBLEM STATEMENT The aim of the project is to detect the disease in arecanut fruit, Stem and leaves using improved Convolutional Neural network and Image processing techniques and finding the remedies to the diseases. • Objectives  To collect datasets that contain healthy and diseased images of arecanut and their leaves.  Design and develop an algorithm for early detection of disease in arecanut that can avoid the spreading of diseases.  Develop a deep learning based algorithm that would suggest solutions for the detected diseases.  Developing a web application for early detection of disease, prediction and providing remedies to the above solution.
  • 12. APPLICATIONS  Arecanut disease detection has numerous applications across agriculture, environmental monitoring, and research.  Early Disease Detection: Rapid identification of diseases allows for early intervention, preventing widespread damage to crops. This early detection can help in the timely application of treatments or management strategies.  Early Disease Detection: Rapid identification of diseases allows for early intervention, preventing widespread damage to crops. This early detection can help in the timely application of treatments or management strategies.  Quarantine and Disease Control: Plant disease detection is crucial in quarantine procedures, preventing the spread of diseases to new areas or regions.
  • 13. ADVANTAGES  Early Detection: Identifying diseases in their early stages allows for prompt action.  Preventative Measures: Early detection enables farmers to implement timely using specific pesticides.  Reduced Crop Loss: By promptly diagnosing diseases, farmers can take appropriate steps.  Optimized Resource Use: Disease detection helps optimize resource utilization minimizing Optimized Resource Use: Disease detection helps optimize resource utilization.
  • 14. EXISTING SYSTEM • Visual Inspection: The traditional method involves manual examination by agricultural experts or farmers to identify visual symptoms of diseases, such as leaf discoloration, lesions, spots, or unusual patterns. • Laboratory Techniques: These methods involve taking samples from plants showing symptoms, culturing pathogens in a lab, and using techniques like microscopy, PCR (Polymerase Chain Reaction), ELISA (Enzyme-Linked Immunosorbent Assay), or DNA sequencing to identify specific pathogens causing diseases. • Image Processing: Utilizing cameras and image processing algorithms to capture images of plants and then employing computer vision techniques, machine learning, or deep learning to analyze these images for disease symptoms. This method allows for automated and rapid analysis of large-scale crops. • Machine Learning: Creating machine learning platforms that integrate various data sources (images, environmental factors, and historical data) to diagnose plant diseases.
  • 16. SYSTEM REQUIREMENT SPECIFICATIONS • Hardware Requirements  Processor: Intel CORE i3  RAM: 4 GB  Disk space: minimum 256 GB • Software Requirements  Operating System (Windows, MacOS).  Python, HTML, CSS, JavaScript.  Java / Python Framework and SQL database  An Internet Browser (Google Chrome, Microsoft Edge etc).  Code Editor (Visual Studio code/PyCharm).  The package manager PIP (pip is a python package-management system written in Python used to install and manage software packages).
  • 17. Architecture Diagram Input Image Dataset Pre-Processing Training Data Deep Learning Model (Improved CNN) Feature Selection and Segmentation Test Data Model Evaluation Splitting Dataset Recognition Recognition of activity using web Application Healthy Unhealthy
  • 18. DATA FLOW DIAGRAM –L0 Deep Learning Model Data Pre-processing Feature Extraction Input ArecaNut Dataset Train Data Test Data Recognition of Arecanut Disease
  • 19. SYSTEM DESIGN – Dataflow Diagram-LEVEL1 USER CAPTURE IMAGE Arecanut Disease DETECTION DATASET SYSTEM RECOGNITION
  • 20. COLLECT IMAGES of Arecanut Fruit, Stem and Leaves PREPROCESSED &EXTRACT FEATURES DESIGN & CONSTRUCT MODEL TEST THE MODEL IN RAW IMAGE TRAIN MODEL USER ADMIN Use Case Diagram Disease Detection
  • 21. REFERENCES 1. Dhanuja K C. Areca Nut Disease Detection using Image Processing Technology. International Journal of Engineering Research 2020 V9. 10.17577/IJERTV9IS080352. 2. Mallaiah, Suresha & Danti, Ajit & Narasimhamurthy, S. Classification of Diseased Arecanut based on Texture Features. International Journal of Computer Applications. 2014. 3. Manpreet Sandhu, Pratik Hadawale, Saumaan Momin, Prof. Ajitkumar Khachane. Plant Disease Detection using ML and UAV. International Research Journal of Engineering and Technology 2020 V7. 4. Mr. Ashish Nage, Prof. V. R. Raut, Detection and Identification of Plant Leaf Diseases based on Python, INTERNATIONAL JOURNAL OF ENGINEERING RESEARCH & TECHNOLOGY (IJERT),2019, Volume 08, Issue 05. 5. Anandhakrishnan MG Joel Hanson, Annette Joy, Jeri Francis, Plant Leaf Disease Detection using Deep Learning and Convolutional Neural Network, International Journal of Engineering Science and Computing, Volume 7, Issue No.3, March 2017 6. Manisha Bhange, H.A. Hingoliwala, Smart Farming: Pomegranate Disease Detection Using Image Processing, Procedia Computer Science, Volume 58,2015, Pages 280-288, ISSN 1877-0509.
  • 22. REFERENCES 7. Swathy Ann Sam, Siya Elizebeth Varghese, Pooja Murali, Sonu Joseph John, Dr. Anju Pratap. Time saving malady expert system in plant leaf using CNN, 2020, Volume 13, Issue No 3. 8.Detection and classification of areca nuts with machine vision Kuo-Yi Huang 2012 9.Classification of Diseased Areca nut based on Texture Features International Journal of Computer Applications (0975 – 8887) Recent Advances in Information Technology, 2014 10.Segmentation and Classification of Raw Arecanuts Based on Three Sigma Control Limits December 2012. 11.C.L. Hsieh, S.F. Cheng, T.T. Lin, Application of image texture analysis and neural network on the growth stage recognition for head cabbage seedlings, Journal of Agricultural Machinery 6 (2) (1997) 1–13 (in Chinese).