SlideShare a Scribd company logo
1 of 26
DIAGNOSING MEDICINAL PLANTS AND
THEIR FUNGAL DISEASES
USING DEEP LEARNING MODELS
Guided by Mathinakani M B.E.,M.E.,(Ph.D)
Presented by
Mahalakshmi R
(921722203009)
AGENDA - PRESENTATION
2
 Introduction
 Abstract
 Objectives
 Literature Survey
 Existing system
 Proposed system
 Overall Design Of Proposed System
 Module Description
 Technologies
 Result And Discussion
 References
INTRODUCTION
3
 Over 19,000 fungi are known to cause diseases in crop plants
worldwide.
 Fungal spores are readily dispersed by wind, water, soil, insects, and
other invertebrates. In this way, they may infest an entire crop.
 Traditional medicine has been practiced in Ethiopia for a long time
ago. Even today, plants remain the source for the majority of people
in developing countries to alleviate health problems.
ABSTRACT
4
 Today, with the development of technology, most manual methods are
replaced by automated computer systems for the easiness of human beings.
 Plant identification and disease classification are two major agricultural
research areas, focusing on introducing computerized systems rather than
manual methods.
 Millions of plant species are in the world and play a significant role in
human life. Among all the types of plants, medicinal plants play an essential
role in the traditional medical field because herbal plants can heal humans.
OBJECTIVES
5
 To achieve this goal, we evaluated the performance of two common pretrained
deep learning models (VGG19 and ResNet50) and compared their accuracy
levels.
 Finally, the system can estimate some performance metrics such as accuracy
and error rate for both algorithms and compare the algorithms based on
accuracy in the form of graph.
LITERATURE REVIEW
Title Year Author Methodology
Plant Disease Prediction
using Machine Learning
Algorithms
2022 G. Prem Rishi Kranth, M.
Hema Lalitha, Laharika
Basava and Anjali Mathur
In the above information about
prediction of plant disease different
techniques like decision tree, Naive
Bayes, Neural network and bar plot
are performed.
Leaf disease Detection
and Climatic Parameter
Monitoring of Plants
Using IoT
2021 Dr. G. H. Agrawal, Prof. S. G.
Galande, Shalaka R. Londhe
We have actualized a framework
which indicates usage for Internet of
Things utilized for observing
general climatic parameters
conditions by method for minimal
effort, effectively accessible
detecting framework.
6
LITERATURE REVIEW
Title Year Author Methodology
The boosting approach
to machine learning:
An overview" in
Nonlinear estimation
and classification.
2022 R.E.Scahpire Boosting is a general method for
improving the accuracy of any
given learning algorithm.
Focusing primarily on the
AdaBoost algorithm.
Support vector
clustering
2020 A. Ben-Hur, D. Horn, H. T.
Siegelmann, V. Vapnik
Data points are mapped by
means of a Gaussian kernel to a
high dimensional feature space,
where we search for the minimal
enclosing sphere..
7
LITERATURE REVIEW
Title Year Author Methodology
Land cover change
assessment using
decision trees support
vector machines and
maximum likelihood
classification
algorithms
2022 J. R. Otukei, T. Blaschke Land cover change assessment is
one of the main applications of
remote sensed data. A number of
pixel based classification
algorithms have been developed
over the past years for the analysis
of remotely sensed data.
8
EXISTING SYSTEM
9
 In existing system propose a Long Short Term Memory neural network
algorithm to accomplish the leaf disease classification task.
 Plant disease recognition is an interesting and practical topic. However, this
problem has not been sufficiently explored due to the lack of systematically
investigation and large-scale dataset.
 The most challenging step in constructing such a dataset is providing a
reasonable structure from both the agriculture and image processing
perspective.
PROPOSED SYSTEM
10
 In proposed system, the input image is taken from dataset repository. In pre-processing, we can resize
the original image and gray scale conversion, means convert RGB to B/W image.
 After that, we can extract the features from pre-processed image such as Local Binary Pattern (LBP)
and Mean Median Variance.
 We can split the images into test image is used for prediction and train image is used for evaluation or
training the model.
 Then, we can implement the different transfer learning algorithms such as Resnet- 50 and VGG -19 for
classifying the input image is affected by or not.
 Finally, the system can estimate some performance metrics such as accuracy and error rate. The
effectiveness of the proposed method was confirmed by comparing accuracy improvement.
OVERALL DESIGN OF PROPOSED SYSTEM
11
MODULE DESCRIPTION
12
 Image selection
 Image preprocessing
 Feature extraction
 Image Splitting
 Classification
 Prediction
 Performance Analysis.
INPUT IMAGE
 The dataset, Medicinal fungal disease Image disease dataset is
implemented as input. The dataset is taken from dataset repository. The
input dataset is in the format ‘.png, ‘.jpg.
 In this step, we have to read or load the input image by using the imread
() function.
 In our process, we are used the tkinter file dialogue box for selecting the
input image.
13
PREPROCESSING
 In our process, we have to resize the image and convert the image into gray scale.To
resize an image, you call the resize () method on it, passing in a two-integer tuple
argument representing the width and height of the resized image.
 The function doesn't modify the used image; it instead returns another Image with the
new dimensions.
 Convert an Image to Grayscale in Python Using the Conversion Formula and the
matplotlib Library.
 We can also convert an image to grayscale using the standard RGB to grayscale
conversion formula that is imgGray = 0.2989 * R + 0.5870 * G + 0.1140 * B.
14
FEATURE EXTRACTION
 In our process, we have to extract the features from pre-processed image.
 Standard deviation is the spread of a group of numbers from the mean.
 The variance measures the average degree to which each point differs from the mean.
 Local Binary Pattern (LBP) is an effective texture descriptor for images which
thresholds the neighboring pixels based on the value of the current pixel .
 LBP descriptors efficiently capture the local spatial patterns and the gray scale
contrast in an image.
15
IMAGE SPLITTING
 During the machine learning process, data are needed so that learning can take
place.
 In addition to the data required for training, test data are needed to evaluate the
performance of the algorithm in order to see how well it works.
 In our process, we considered 70% of the input dataset to be the training data
and the remaining 30% to be the testing data.
 Data splitting is the act of partitioning available data into two portions, usually
for cross-validator purposes.
16
CLASSIFICATION
 In our process, we can implement the deep learning algorithm such as VGG-19 and Resnet-
50.
 VGG stands for Visual Geometry Group; it is a standard deep Convolutional Neural Network
(CNN) architecture with multiple layers.
 The “deep” refers to the number of layers with VGG-16 or VGG-19 consisting of 16 and 19
convolutional layers. The VGG architecture is the basis of ground-breaking object
recognition models.
 ResNet-50 is a convolutional neural network that is 50 layers deep. You can load a pretrained
version of the neural network trained on more than a million images from the ImageNet
database
16
PERFORMANCE METRICS
 The Final Result will get generated based on the overall classification and prediction.
The performance of this proposed approach is evaluated using some measures like,
Accuracy
 Accuracy of classifier refers to the ability of classifier. It predicts the class label
correctly and the accuracy of the predictor refers to how well a given predictor can
guess the value of predicted attribute for a new data.
AC= (TP+TN)/ (TP+TN+FP+FN)
 Then, we can detect or to classify the input image is affected by disease or not.
17
TECHNOLOGIES
18
Software Requirements:
 O/S : Windows 7.
 Language : Python
 Tool : python Kivy
 Front End : Anaconda Navigator – Spyder
Hardware Requirements:
 System : Pentium IV 2.4 GHz
 Hard Disk : 200 GB
 Ram : 4GB
RESULT AND DISCUSSION
 We conclude that, the fungal medicinal plant disease dataset was collected
from dataset repository as input. The input dataset was mentioned in our
research paper.
 We are implemented the different classification algorithms (i.e.) deep learning
algorithms.
 Then, deep learning algorithms such as VGG-19 and Resnet-50. Finally, the
result shows that the accuracy and error rate for above mentioned algorithm
and predict the input image is affected or not.
19
SAMPLE SCREENSHOT(Cont..)
19
DISPLAYING SOME OF THE TRAINING IMAGES
SAMPLE SCREENSHOT(Cont..)
19
DISPLAYING SOME OF THE TRAINING IMAGES
SAMPLE SCREENSHOT(Cont..)
19
FUNGAL DISEASE IMAGES
SAMPLE SCREENSHOT(Cont..)
19
FUNGAL DISEASE DETECTION
REFERENCES
20
[1] M. A. Khan, "Introduction and Importance of Medicinal Plants and Herbs," 20 May 2016. [Online]. [Accessed 16
July 2021].
[2] "Agriculture of Sri Lanka," 25 April 2018. [Online]. [Accessed 18 July 2021].
[3] P. B. Weragoda, "The Traditional System of Medicine in Sri Lanka," Journal of Ethnopharmacology, Vol. 2, No.
1, Pp. 71-73, 1980.
[4] F. Bulathsinghala, "Ayurveda and Indigenous Medical Expertise to Overcome Covid-19," Lake House, 01
November 2020. [Online]. Available: Https://Www.Sundayobserver.Lk/2020/11/01/Impact/Ayurveda-And-
Indigenous-Medical-Expertise-Overcomecovid- 19. [Accessed 16 July 2021].
[5] "Convention on Biological Diversity," [Online]. Available: Https://Www.Cbd.Int/. [Accessed 17 July 2021].
20

More Related Content

Similar to MAHA DISS PROJECT 1-1.pptx

Plant Disease Detection Using ML.pptx
Plant Disease Detection Using ML.pptxPlant Disease Detection Using ML.pptx
Plant Disease Detection Using ML.pptxjmjiniyamandal
 
Blood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNBlood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNIRJET Journal
 
A systematic review of network analyst - Pubrica
A systematic review of network analyst - PubricaA systematic review of network analyst - Pubrica
A systematic review of network analyst - PubricaPubrica
 
Face recognition using gaussian mixture model & artificial neural network
Face recognition using gaussian mixture model & artificial neural networkFace recognition using gaussian mixture model & artificial neural network
Face recognition using gaussian mixture model & artificial neural networkeSAT Journals
 
AUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEM
AUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEMAUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEM
AUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEMijcsa
 
AUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEM
AUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEMAUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEM
AUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEMijcsa
 
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
 
CLASSIFIER SELECTION MODELS FOR INTRUSION DETECTION SYSTEM (IDS)
CLASSIFIER SELECTION MODELS FOR INTRUSION DETECTION SYSTEM (IDS)CLASSIFIER SELECTION MODELS FOR INTRUSION DETECTION SYSTEM (IDS)
CLASSIFIER SELECTION MODELS FOR INTRUSION DETECTION SYSTEM (IDS)ieijjournal1
 
Plant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingPlant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingIRJET Journal
 
AUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMAUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMIRJET Journal
 
CARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHM
CARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHMCARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHM
CARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHMIRJET Journal
 
IRJET- Plant Disease Detection and Classification using Image Processing a...
IRJET- 	  Plant Disease Detection and Classification using Image Processing a...IRJET- 	  Plant Disease Detection and Classification using Image Processing a...
IRJET- Plant Disease Detection and Classification using Image Processing a...IRJET Journal
 
Detection of plant diseases
Detection of plant diseasesDetection of plant diseases
Detection of plant diseasesMuneesh Wari
 
Deep Conditional Adversarial learning for polyp Segmentation
Deep Conditional Adversarial learning for polyp SegmentationDeep Conditional Adversarial learning for polyp Segmentation
Deep Conditional Adversarial learning for polyp Segmentationmultimediaeval
 
Application of Target Detection Algorithm based on Deep Learning in Farmland ...
Application of Target Detection Algorithm based on Deep Learning in Farmland ...Application of Target Detection Algorithm based on Deep Learning in Farmland ...
Application of Target Detection Algorithm based on Deep Learning in Farmland ...gerogepatton
 
Deep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor ClassificationDeep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor ClassificationIRJET Journal
 
Covid Detection Using Lung X-ray Images
Covid Detection Using Lung X-ray ImagesCovid Detection Using Lung X-ray Images
Covid Detection Using Lung X-ray ImagesIRJET Journal
 
IRJET - Implication of Convolutional Neural Network in the Classification...
IRJET -  	  Implication of Convolutional Neural Network in the Classification...IRJET -  	  Implication of Convolutional Neural Network in the Classification...
IRJET - Implication of Convolutional Neural Network in the Classification...IRJET Journal
 
APPLICATION OF TARGET DETECTION ALGORITHM BASED ON DEEP LEARNING IN FARMLAND ...
APPLICATION OF TARGET DETECTION ALGORITHM BASED ON DEEP LEARNING IN FARMLAND ...APPLICATION OF TARGET DETECTION ALGORITHM BASED ON DEEP LEARNING IN FARMLAND ...
APPLICATION OF TARGET DETECTION ALGORITHM BASED ON DEEP LEARNING IN FARMLAND ...gerogepatton
 

Similar to MAHA DISS PROJECT 1-1.pptx (20)

Plant Disease Detection Using ML.pptx
Plant Disease Detection Using ML.pptxPlant Disease Detection Using ML.pptx
Plant Disease Detection Using ML.pptx
 
Disease Prediction Using Machine Learning
Disease Prediction Using Machine LearningDisease Prediction Using Machine Learning
Disease Prediction Using Machine Learning
 
Blood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNBlood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNN
 
A systematic review of network analyst - Pubrica
A systematic review of network analyst - PubricaA systematic review of network analyst - Pubrica
A systematic review of network analyst - Pubrica
 
Face recognition using gaussian mixture model & artificial neural network
Face recognition using gaussian mixture model & artificial neural networkFace recognition using gaussian mixture model & artificial neural network
Face recognition using gaussian mixture model & artificial neural network
 
AUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEM
AUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEMAUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEM
AUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEM
 
AUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEM
AUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEMAUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEM
AUTOMATIC FRUIT RECOGNITION BASED ON DCNN FOR COMMERCIAL SOURCE TRACE SYSTEM
 
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...
 
CLASSIFIER SELECTION MODELS FOR INTRUSION DETECTION SYSTEM (IDS)
CLASSIFIER SELECTION MODELS FOR INTRUSION DETECTION SYSTEM (IDS)CLASSIFIER SELECTION MODELS FOR INTRUSION DETECTION SYSTEM (IDS)
CLASSIFIER SELECTION MODELS FOR INTRUSION DETECTION SYSTEM (IDS)
 
Plant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingPlant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image Processing
 
AUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMAUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEM
 
CARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHM
CARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHMCARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHM
CARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHM
 
IRJET- Plant Disease Detection and Classification using Image Processing a...
IRJET- 	  Plant Disease Detection and Classification using Image Processing a...IRJET- 	  Plant Disease Detection and Classification using Image Processing a...
IRJET- Plant Disease Detection and Classification using Image Processing a...
 
Detection of plant diseases
Detection of plant diseasesDetection of plant diseases
Detection of plant diseases
 
Deep Conditional Adversarial learning for polyp Segmentation
Deep Conditional Adversarial learning for polyp SegmentationDeep Conditional Adversarial learning for polyp Segmentation
Deep Conditional Adversarial learning for polyp Segmentation
 
Application of Target Detection Algorithm based on Deep Learning in Farmland ...
Application of Target Detection Algorithm based on Deep Learning in Farmland ...Application of Target Detection Algorithm based on Deep Learning in Farmland ...
Application of Target Detection Algorithm based on Deep Learning in Farmland ...
 
Deep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor ClassificationDeep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor Classification
 
Covid Detection Using Lung X-ray Images
Covid Detection Using Lung X-ray ImagesCovid Detection Using Lung X-ray Images
Covid Detection Using Lung X-ray Images
 
IRJET - Implication of Convolutional Neural Network in the Classification...
IRJET -  	  Implication of Convolutional Neural Network in the Classification...IRJET -  	  Implication of Convolutional Neural Network in the Classification...
IRJET - Implication of Convolutional Neural Network in the Classification...
 
APPLICATION OF TARGET DETECTION ALGORITHM BASED ON DEEP LEARNING IN FARMLAND ...
APPLICATION OF TARGET DETECTION ALGORITHM BASED ON DEEP LEARNING IN FARMLAND ...APPLICATION OF TARGET DETECTION ALGORITHM BASED ON DEEP LEARNING IN FARMLAND ...
APPLICATION OF TARGET DETECTION ALGORITHM BASED ON DEEP LEARNING IN FARMLAND ...
 

Recently uploaded

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
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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
 
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
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
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
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 

Recently uploaded (20)

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
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
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?
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
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
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

MAHA DISS PROJECT 1-1.pptx

  • 1. DIAGNOSING MEDICINAL PLANTS AND THEIR FUNGAL DISEASES USING DEEP LEARNING MODELS Guided by Mathinakani M B.E.,M.E.,(Ph.D) Presented by Mahalakshmi R (921722203009)
  • 2. AGENDA - PRESENTATION 2  Introduction  Abstract  Objectives  Literature Survey  Existing system  Proposed system  Overall Design Of Proposed System  Module Description  Technologies  Result And Discussion  References
  • 3. INTRODUCTION 3  Over 19,000 fungi are known to cause diseases in crop plants worldwide.  Fungal spores are readily dispersed by wind, water, soil, insects, and other invertebrates. In this way, they may infest an entire crop.  Traditional medicine has been practiced in Ethiopia for a long time ago. Even today, plants remain the source for the majority of people in developing countries to alleviate health problems.
  • 4. ABSTRACT 4  Today, with the development of technology, most manual methods are replaced by automated computer systems for the easiness of human beings.  Plant identification and disease classification are two major agricultural research areas, focusing on introducing computerized systems rather than manual methods.  Millions of plant species are in the world and play a significant role in human life. Among all the types of plants, medicinal plants play an essential role in the traditional medical field because herbal plants can heal humans.
  • 5. OBJECTIVES 5  To achieve this goal, we evaluated the performance of two common pretrained deep learning models (VGG19 and ResNet50) and compared their accuracy levels.  Finally, the system can estimate some performance metrics such as accuracy and error rate for both algorithms and compare the algorithms based on accuracy in the form of graph.
  • 6. LITERATURE REVIEW Title Year Author Methodology Plant Disease Prediction using Machine Learning Algorithms 2022 G. Prem Rishi Kranth, M. Hema Lalitha, Laharika Basava and Anjali Mathur In the above information about prediction of plant disease different techniques like decision tree, Naive Bayes, Neural network and bar plot are performed. Leaf disease Detection and Climatic Parameter Monitoring of Plants Using IoT 2021 Dr. G. H. Agrawal, Prof. S. G. Galande, Shalaka R. Londhe We have actualized a framework which indicates usage for Internet of Things utilized for observing general climatic parameters conditions by method for minimal effort, effectively accessible detecting framework. 6
  • 7. LITERATURE REVIEW Title Year Author Methodology The boosting approach to machine learning: An overview" in Nonlinear estimation and classification. 2022 R.E.Scahpire Boosting is a general method for improving the accuracy of any given learning algorithm. Focusing primarily on the AdaBoost algorithm. Support vector clustering 2020 A. Ben-Hur, D. Horn, H. T. Siegelmann, V. Vapnik Data points are mapped by means of a Gaussian kernel to a high dimensional feature space, where we search for the minimal enclosing sphere.. 7
  • 8. LITERATURE REVIEW Title Year Author Methodology Land cover change assessment using decision trees support vector machines and maximum likelihood classification algorithms 2022 J. R. Otukei, T. Blaschke Land cover change assessment is one of the main applications of remote sensed data. A number of pixel based classification algorithms have been developed over the past years for the analysis of remotely sensed data. 8
  • 9. EXISTING SYSTEM 9  In existing system propose a Long Short Term Memory neural network algorithm to accomplish the leaf disease classification task.  Plant disease recognition is an interesting and practical topic. However, this problem has not been sufficiently explored due to the lack of systematically investigation and large-scale dataset.  The most challenging step in constructing such a dataset is providing a reasonable structure from both the agriculture and image processing perspective.
  • 10. PROPOSED SYSTEM 10  In proposed system, the input image is taken from dataset repository. In pre-processing, we can resize the original image and gray scale conversion, means convert RGB to B/W image.  After that, we can extract the features from pre-processed image such as Local Binary Pattern (LBP) and Mean Median Variance.  We can split the images into test image is used for prediction and train image is used for evaluation or training the model.  Then, we can implement the different transfer learning algorithms such as Resnet- 50 and VGG -19 for classifying the input image is affected by or not.  Finally, the system can estimate some performance metrics such as accuracy and error rate. The effectiveness of the proposed method was confirmed by comparing accuracy improvement.
  • 11. OVERALL DESIGN OF PROPOSED SYSTEM 11
  • 12. MODULE DESCRIPTION 12  Image selection  Image preprocessing  Feature extraction  Image Splitting  Classification  Prediction  Performance Analysis.
  • 13. INPUT IMAGE  The dataset, Medicinal fungal disease Image disease dataset is implemented as input. The dataset is taken from dataset repository. The input dataset is in the format ‘.png, ‘.jpg.  In this step, we have to read or load the input image by using the imread () function.  In our process, we are used the tkinter file dialogue box for selecting the input image. 13
  • 14. PREPROCESSING  In our process, we have to resize the image and convert the image into gray scale.To resize an image, you call the resize () method on it, passing in a two-integer tuple argument representing the width and height of the resized image.  The function doesn't modify the used image; it instead returns another Image with the new dimensions.  Convert an Image to Grayscale in Python Using the Conversion Formula and the matplotlib Library.  We can also convert an image to grayscale using the standard RGB to grayscale conversion formula that is imgGray = 0.2989 * R + 0.5870 * G + 0.1140 * B. 14
  • 15. FEATURE EXTRACTION  In our process, we have to extract the features from pre-processed image.  Standard deviation is the spread of a group of numbers from the mean.  The variance measures the average degree to which each point differs from the mean.  Local Binary Pattern (LBP) is an effective texture descriptor for images which thresholds the neighboring pixels based on the value of the current pixel .  LBP descriptors efficiently capture the local spatial patterns and the gray scale contrast in an image. 15
  • 16. IMAGE SPLITTING  During the machine learning process, data are needed so that learning can take place.  In addition to the data required for training, test data are needed to evaluate the performance of the algorithm in order to see how well it works.  In our process, we considered 70% of the input dataset to be the training data and the remaining 30% to be the testing data.  Data splitting is the act of partitioning available data into two portions, usually for cross-validator purposes. 16
  • 17. CLASSIFICATION  In our process, we can implement the deep learning algorithm such as VGG-19 and Resnet- 50.  VGG stands for Visual Geometry Group; it is a standard deep Convolutional Neural Network (CNN) architecture with multiple layers.  The “deep” refers to the number of layers with VGG-16 or VGG-19 consisting of 16 and 19 convolutional layers. The VGG architecture is the basis of ground-breaking object recognition models.  ResNet-50 is a convolutional neural network that is 50 layers deep. You can load a pretrained version of the neural network trained on more than a million images from the ImageNet database 16
  • 18. PERFORMANCE METRICS  The Final Result will get generated based on the overall classification and prediction. The performance of this proposed approach is evaluated using some measures like, Accuracy  Accuracy of classifier refers to the ability of classifier. It predicts the class label correctly and the accuracy of the predictor refers to how well a given predictor can guess the value of predicted attribute for a new data. AC= (TP+TN)/ (TP+TN+FP+FN)  Then, we can detect or to classify the input image is affected by disease or not. 17
  • 19. TECHNOLOGIES 18 Software Requirements:  O/S : Windows 7.  Language : Python  Tool : python Kivy  Front End : Anaconda Navigator – Spyder Hardware Requirements:  System : Pentium IV 2.4 GHz  Hard Disk : 200 GB  Ram : 4GB
  • 20. RESULT AND DISCUSSION  We conclude that, the fungal medicinal plant disease dataset was collected from dataset repository as input. The input dataset was mentioned in our research paper.  We are implemented the different classification algorithms (i.e.) deep learning algorithms.  Then, deep learning algorithms such as VGG-19 and Resnet-50. Finally, the result shows that the accuracy and error rate for above mentioned algorithm and predict the input image is affected or not. 19
  • 25. REFERENCES 20 [1] M. A. Khan, "Introduction and Importance of Medicinal Plants and Herbs," 20 May 2016. [Online]. [Accessed 16 July 2021]. [2] "Agriculture of Sri Lanka," 25 April 2018. [Online]. [Accessed 18 July 2021]. [3] P. B. Weragoda, "The Traditional System of Medicine in Sri Lanka," Journal of Ethnopharmacology, Vol. 2, No. 1, Pp. 71-73, 1980. [4] F. Bulathsinghala, "Ayurveda and Indigenous Medical Expertise to Overcome Covid-19," Lake House, 01 November 2020. [Online]. Available: Https://Www.Sundayobserver.Lk/2020/11/01/Impact/Ayurveda-And- Indigenous-Medical-Expertise-Overcomecovid- 19. [Accessed 16 July 2021]. [5] "Convention on Biological Diversity," [Online]. Available: Https://Www.Cbd.Int/. [Accessed 17 July 2021].
  • 26. 20

Editor's Notes

  1. Central Intelligence Agency CIA
  2. Central Intelligence Agency CIA
  3. Central Intelligence Agency CIA
  4. Central Intelligence Agency CIA
  5. Central Intelligence Agency CIA