SlideShare a Scribd company logo
1 of 18
Visvesvaraya Technological University
Belagavi,Karnataka
National Education Society ®
JNN College of Engineering
Department of Computer Science & Engineering
Technical Seminar presentation on
“Herbal leaf Identification Using Deep Learning
Neural Network”
Presented by
Jeevitha V 4JN20CS040
Under the Guidance of :
Mrs. Radhika S K B.E, M. Tech.,
Assistant Professor,
Dept. of CS&E.
Co-ordinator:
Dr. Manjula G R M. Tech.,Ph.D
Professor,
Dept. of CS&E.
Contents
Abstract
1. Introduction
2. Problem Description
3. Literature Survey
4. System Design & Architecture
5. Results
6. Conclusion
7. References
Herbal plants can be used as an alternative to the natural healing of
diseases. However, identifying them is challenging due to the vast number of
species and their unrecognized existence. Accurate identification of these plants
requires specialized knowledge. To address these challenges, a smart herbal leaf
recognition system is needed to assist in the identification and conservation of
medicinal plants. This study aims to identify and authenticate herbal leaves using
the convolutional neural network and Long Short-Term Memory (CNN-LSTM)
methods. Implementation of this approach can contribute to the identification and
conservation of valuable medicinal plants.
Abstract
1. Introduction
• Herbal plants represent biodiversity and are often used as alternatives to traditional
medicine. These plants have been used throughout the world for centuries to maintain health
and treat various diseases. The existence of herbal plants is currently not widely known by
the public due to many types of medicinal plants so that people find it difficult to
distinguish between the types of herbal plants.
• Manual identification is difficult because it takes time and can be inaccurate at the same
time. This is because the leaf colour is almost the same, and some types of herbal plants
have almost the same texture and shape. As a result, proper medicinal plant identification
system is required.
• To overcome these challenges, a model utilizing Deep Neural Networks has been developed
that can precisely identify medicinal plants with the help of modern computing technology.
continued…
• In the Described work, A leaf image is taken as input, which further goes through
pre-processing, feature extraction and classification and as a result, we obtain
scientific name of the plant.
Fig 1 Block diagram of the described work
2. Problem Description
The lack of awareness among people about medicinal plants has led to
the issue of medicinal plant extinction. Obtaining information about their
medicinal properties usually requires prior exposure and can be overwhelming for
those who are not well-versed in this area. Identifying medicinal plants may also
require the assistance of experts. To tackle these challenges, a Deep Neural
Networks-based CNN-LSTM model has been developed to accurately identify
medicinal plants using modern computing technology. This approach can make it
easier for people to access information about medicinal plants and reduce the
negative impact of medicinal plant extinction on the economy
3. Literature Survey
[2]“Automatic plant recognition using convolutional neural network on Malaysian
medicinal herbs: the value of data augmentation”
Authors: Noor Aini Mohd Roslan, Norizan Mat Diah, Zaidah Ibrahim, Yuda Munarko, Agus Eko
Minarno.
Description:
The paper explores automatic plant recognition using a Convolutional Neural
Network (CNN) on Malaysian medicinal herbs. It compares the performance of the CNN
model on real and augmented datasets, demonstrating the value of data augmentation in
improving accuracy.
Advantages:
• Data augmentation techniques, like rotation and flipping, enhance model accuracy.
• The study showcases the effectiveness of CNNs for plant recognition, particularly in the
context of Malaysian medicinal herbs.
Demerits:
• Limited generalizability to other plant species or regions.
• Computational and time costs associated with data augmentation may be significant.
3. Literature Survey continued...
[3]“Medicinal Plant Identifcation in Real-Time Using Deep Learning Mode”
Authors: S. Kavitha, T. Satish Kumar, E. Naresh, Vijay H. Kalmani, Kalyan
Devappa Bamane, Piyush Kumar Pareek
Description:
The research presents a vision-based method for real-time identification
of medicinal plants using a deep learning model. It focuses on six plant species,
utilizing image data from Kaggle and deploying the model on a cloud-based
mobile app.
Advantages:
• Rapid and precise identification of medicinal plants.
• Accessibility through a mobile app and cloud deployment.
Demerits:
• Provides only 85% accuracy.
• Limited dataset consisting of only six varieties of medicinal plants.
3. Literature Survey continued...
[4]“Assessing deep convolutional neural network models and their
comparative performance for automated medicinal plant identification from
leaf images”
Authors: Biplob Dey, Jannatul Ferdous, Romel Ahmed, and Juel Hossain.
Description:
The paper evaluates seven deep learning algorithms for automated
medicinal plant identification using a dataset of 5878 images representing 30
species. It aims to assess algorithm performance in accurately classifying plant
species.
Advantages:
• Offers a detailed assessment of deep learning algorithms for plant identification.
• Uses a diverse dataset of 5878 images to enhance the generalizability of
findings.
Demerits:
• Works for small datasets.
• High Computational cost and time required.
3. Literature Survey continued...
[5]“Identification and classification of medicinal plants using leaf with deep
convolutional neural networks”
Authors: Nilesh S. Bhelkar, Dr. Avinash Sharma
Description:
Utilizing deep convolutional neural networks enhances the precision of
identifying medicinal plants through leaf characteristics. Machine learning
algorithms streamline plant classification processes efficiently.
Advantages:
• Efficient automated plant classification.
• Improved accuracy in identifying medicinal plants.
Demerits:
• Challenges with complex data and interpretability of models.
• Potential reduction in human involvement and traditional knowledge reliance.
4. System Design & Architecture
• The Described work involves the use of a convolutional neural network and
Long Short-Term Memory (LSTM) for the classification of herbal leaves. The
process of classifying leaves involves several phases, including dataset
acquisition, pre-processing, feature extraction, and classification.
Fig 2 Process of medical plant recognition
4. System Design & Architecture
• Before being processed by CNN and LSTM, the herbal leaf image data is
preprocessed to remove noise, clarify image features, reduce image size, and
transform the image data into a format that can be processed by CNN and
LSTM.
Fig 3 Pre-processing of Images.
4. System Design & Architecture
• The herbal leaf image input is processed using CNN. Each image data is convoluted and then
pooled using the max-pooling layer generates a feature map. This is processed via dropout to
get the desired result.
• The results of this LSTM process will be flattened to form a fully connected layer. For the
classification, the Softmax function is used.
Fig 4 CNN-LSTM Architecture.
From the results of the standardized training data, it is evident that the accuracy obtained using
the CNN-LSTM model is higher compared to the accuracy achieved with the CNN model.
5. Results
Fig 5 Accuracy training data with
CNN model.
Fig 6 Accuracy training data with
CNN-LSTM model.
5. Results
• The training process was divided into two stages, involving the training of data with
the CNN model and the CNN-LSTM model separately.
Fig 7 Loss training data with
CNN model.
Fig 8 Loss training data with
CNN-LSTM model.
The lack of knowledge about medicinal plants poses a challenge in identifying
the correct plant, which can ultimately lead to the extinction of these valuable resources.
However, modern technology has provided a solution through the development of a
Deep Neural Network model using CNN-LSTM that accurately identifies medicinal
plants. In this work, a leaf image is taken as input, which further goes through pre-
processing, feature extraction, and classification, resulting in obtaining the scientific
name of the plant. With the assistance of this model, individuals can accurately identify
medicinal plants, leading to the creation of more effective treatments and health
remedies.
6. Conclusion
7. References
[1] Noor Aini Mohd Roslan, Norizan Mat Diah, Zaidah Ibrahim, Yuda Munarko,
Agus Eko Minarno, “Automatic plant recognition using convolutional neural
network on Malaysian medicinal herbs: the value of data augmentation”, 2023
International Journal of Advances in Intelligent Informatics ISSN 2442-6571 Vol.
9, No. 1, March 2023, pp. 136-147.
[2] S. Kavitha,T. Satish Kumar2,E. Naresh3,Vijay H. Kalmani4,Kalyan Devappa B
aman, Piyush Kumar Pareek, “Medicinal Plant Identifcation in Real-Time Using
Deep Learning Mode”, 2023 SN Computer Science (2024) 5:73
https://doi.org/10.1007/s42979-023-02398-5.
[3] Biplob Dey ,Jannatul Ferdous Romel Ahmed, Juel Hossain, “Assessing deep
convolutional neural network models and their comparative performance for
automated medicinal plant identification from leaf images”, 2023 Heliyon 10
(2024) e23655 Published by Elsevier Ltd.
[4] Nilesh S. Bhelkar, Dr. Avinash Sharma, “Identification and classification of
medicinal plants using leaf with deep convolutional neural networks”, International
Journal of Health Sciences ISSN 2550-6978 E-ISSN 2550-696X © 2022.
Thank you

More Related Content

Similar to Technical seminar powerpoint presentation.pptx

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
 
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
 
Identification of medicinal plants using machine learning
Identification of medicinal plants using machine learningIdentification of medicinal plants using machine learning
Identification of medicinal plants using machine learningPunyaGowda8
 
A Review on Medical Image Analysis Using Deep Learning
A Review on Medical Image Analysis Using Deep LearningA Review on Medical Image Analysis Using Deep Learning
A Review on Medical Image Analysis Using Deep LearningIRJET Journal
 
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
 
Ayur-Vriksha A Deep Learning Approach for Classification of Medicinal Plants
Ayur-Vriksha A Deep Learning Approach for Classification of Medicinal PlantsAyur-Vriksha A Deep Learning Approach for Classification of Medicinal Plants
Ayur-Vriksha A Deep Learning Approach for Classification of Medicinal PlantsIRJET 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 Identification and Detection in Apple Tree
Disease Identification and Detection in Apple TreeDisease Identification and Detection in Apple Tree
Disease Identification and Detection in Apple Treeijtsrd
 
Plant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingPlant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingIRJET Journal
 
A Novel Leaf-fragment Dataset and ResNet for Small-scale Image Analysis
A Novel Leaf-fragment Dataset and ResNet for Small-scale Image AnalysisA Novel Leaf-fragment Dataset and ResNet for Small-scale Image Analysis
A Novel Leaf-fragment Dataset and ResNet for Small-scale Image AnalysisA. Hasib Uddin
 
20615-38907-3-PB.pdf
20615-38907-3-PB.pdf20615-38907-3-PB.pdf
20615-38907-3-PB.pdfIjictTeam
 
Plant Disease Detection System
Plant Disease Detection SystemPlant Disease Detection System
Plant Disease Detection SystemIRJET Journal
 
Plant Disease Detection System
Plant Disease Detection SystemPlant Disease Detection System
Plant Disease Detection SystemIRJET Journal
 
Leaf Recognition System for Plant Identification and Classification Based On ...
Leaf Recognition System for Plant Identification and Classification Based On ...Leaf Recognition System for Plant Identification and Classification Based On ...
Leaf Recognition System for Plant Identification and Classification Based On ...IJCSIS Research Publications
 
Updated_Review2_An Improved Convolutional Neural Network Model for Detection....
Updated_Review2_An Improved Convolutional Neural Network Model for Detection....Updated_Review2_An Improved Convolutional Neural Network Model for Detection....
Updated_Review2_An Improved Convolutional Neural Network Model for Detection....pammi113011
 
Automated Analysis of Microscopy Images using Deep Convolutional Neural Network
Automated Analysis of Microscopy Images using Deep Convolutional Neural NetworkAutomated Analysis of Microscopy Images using Deep Convolutional Neural Network
Automated Analysis of Microscopy Images using Deep Convolutional Neural NetworkAdetayoOkunoye
 

Similar to Technical seminar powerpoint presentation.pptx (20)

Accurate plant species analysis for plant classification using convolutional...
Accurate plant species analysis for plant classification using  convolutional...Accurate plant species analysis for plant classification using  convolutional...
Accurate plant species analysis for plant classification using convolutional...
 
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...
 
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
 
Identification of medicinal plants using machine learning
Identification of medicinal plants using machine learningIdentification of medicinal plants using machine learning
Identification of medicinal plants using machine learning
 
A Review on Medical Image Analysis Using Deep Learning
A Review on Medical Image Analysis Using Deep LearningA Review on Medical Image Analysis Using Deep Learning
A Review on Medical Image Analysis Using Deep Learning
 
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
 
Ayur-Vriksha A Deep Learning Approach for Classification of Medicinal Plants
Ayur-Vriksha A Deep Learning Approach for Classification of Medicinal PlantsAyur-Vriksha A Deep Learning Approach for Classification of Medicinal Plants
Ayur-Vriksha A Deep Learning Approach for Classification of Medicinal Plants
 
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 Identification and Detection in Apple Tree
Disease Identification and Detection in Apple TreeDisease Identification and Detection in Apple Tree
Disease Identification and Detection in Apple Tree
 
Plant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingPlant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image Processing
 
A Novel Leaf-fragment Dataset and ResNet for Small-scale Image Analysis
A Novel Leaf-fragment Dataset and ResNet for Small-scale Image AnalysisA Novel Leaf-fragment Dataset and ResNet for Small-scale Image Analysis
A Novel Leaf-fragment Dataset and ResNet for Small-scale Image Analysis
 
20615-38907-3-PB.pdf
20615-38907-3-PB.pdf20615-38907-3-PB.pdf
20615-38907-3-PB.pdf
 
Plant Disease Detection System
Plant Disease Detection SystemPlant Disease Detection System
Plant Disease Detection System
 
Plant Disease Detection System
Plant Disease Detection SystemPlant Disease Detection System
Plant Disease Detection System
 
ijatcse21932020.pdf
ijatcse21932020.pdfijatcse21932020.pdf
ijatcse21932020.pdf
 
Leaf Recognition System for Plant Identification and Classification Based On ...
Leaf Recognition System for Plant Identification and Classification Based On ...Leaf Recognition System for Plant Identification and Classification Based On ...
Leaf Recognition System for Plant Identification and Classification Based On ...
 
Updated_Review2_An Improved Convolutional Neural Network Model for Detection....
Updated_Review2_An Improved Convolutional Neural Network Model for Detection....Updated_Review2_An Improved Convolutional Neural Network Model for Detection....
Updated_Review2_An Improved Convolutional Neural Network Model for Detection....
 
Report (1)
Report (1)Report (1)
Report (1)
 
Automated Analysis of Microscopy Images using Deep Convolutional Neural Network
Automated Analysis of Microscopy Images using Deep Convolutional Neural NetworkAutomated Analysis of Microscopy Images using Deep Convolutional Neural Network
Automated Analysis of Microscopy Images using Deep Convolutional Neural Network
 
ICTer conference2014extendedabstract
ICTer conference2014extendedabstractICTer conference2014extendedabstract
ICTer conference2014extendedabstract
 

Recently uploaded

MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 

Technical seminar powerpoint presentation.pptx

  • 1. Visvesvaraya Technological University Belagavi,Karnataka National Education Society ® JNN College of Engineering Department of Computer Science & Engineering Technical Seminar presentation on “Herbal leaf Identification Using Deep Learning Neural Network” Presented by Jeevitha V 4JN20CS040 Under the Guidance of : Mrs. Radhika S K B.E, M. Tech., Assistant Professor, Dept. of CS&E. Co-ordinator: Dr. Manjula G R M. Tech.,Ph.D Professor, Dept. of CS&E.
  • 2. Contents Abstract 1. Introduction 2. Problem Description 3. Literature Survey 4. System Design & Architecture 5. Results 6. Conclusion 7. References
  • 3. Herbal plants can be used as an alternative to the natural healing of diseases. However, identifying them is challenging due to the vast number of species and their unrecognized existence. Accurate identification of these plants requires specialized knowledge. To address these challenges, a smart herbal leaf recognition system is needed to assist in the identification and conservation of medicinal plants. This study aims to identify and authenticate herbal leaves using the convolutional neural network and Long Short-Term Memory (CNN-LSTM) methods. Implementation of this approach can contribute to the identification and conservation of valuable medicinal plants. Abstract
  • 4. 1. Introduction • Herbal plants represent biodiversity and are often used as alternatives to traditional medicine. These plants have been used throughout the world for centuries to maintain health and treat various diseases. The existence of herbal plants is currently not widely known by the public due to many types of medicinal plants so that people find it difficult to distinguish between the types of herbal plants. • Manual identification is difficult because it takes time and can be inaccurate at the same time. This is because the leaf colour is almost the same, and some types of herbal plants have almost the same texture and shape. As a result, proper medicinal plant identification system is required. • To overcome these challenges, a model utilizing Deep Neural Networks has been developed that can precisely identify medicinal plants with the help of modern computing technology.
  • 5. continued… • In the Described work, A leaf image is taken as input, which further goes through pre-processing, feature extraction and classification and as a result, we obtain scientific name of the plant. Fig 1 Block diagram of the described work
  • 6. 2. Problem Description The lack of awareness among people about medicinal plants has led to the issue of medicinal plant extinction. Obtaining information about their medicinal properties usually requires prior exposure and can be overwhelming for those who are not well-versed in this area. Identifying medicinal plants may also require the assistance of experts. To tackle these challenges, a Deep Neural Networks-based CNN-LSTM model has been developed to accurately identify medicinal plants using modern computing technology. This approach can make it easier for people to access information about medicinal plants and reduce the negative impact of medicinal plant extinction on the economy
  • 7. 3. Literature Survey [2]“Automatic plant recognition using convolutional neural network on Malaysian medicinal herbs: the value of data augmentation” Authors: Noor Aini Mohd Roslan, Norizan Mat Diah, Zaidah Ibrahim, Yuda Munarko, Agus Eko Minarno. Description: The paper explores automatic plant recognition using a Convolutional Neural Network (CNN) on Malaysian medicinal herbs. It compares the performance of the CNN model on real and augmented datasets, demonstrating the value of data augmentation in improving accuracy. Advantages: • Data augmentation techniques, like rotation and flipping, enhance model accuracy. • The study showcases the effectiveness of CNNs for plant recognition, particularly in the context of Malaysian medicinal herbs. Demerits: • Limited generalizability to other plant species or regions. • Computational and time costs associated with data augmentation may be significant.
  • 8. 3. Literature Survey continued... [3]“Medicinal Plant Identifcation in Real-Time Using Deep Learning Mode” Authors: S. Kavitha, T. Satish Kumar, E. Naresh, Vijay H. Kalmani, Kalyan Devappa Bamane, Piyush Kumar Pareek Description: The research presents a vision-based method for real-time identification of medicinal plants using a deep learning model. It focuses on six plant species, utilizing image data from Kaggle and deploying the model on a cloud-based mobile app. Advantages: • Rapid and precise identification of medicinal plants. • Accessibility through a mobile app and cloud deployment. Demerits: • Provides only 85% accuracy. • Limited dataset consisting of only six varieties of medicinal plants.
  • 9. 3. Literature Survey continued... [4]“Assessing deep convolutional neural network models and their comparative performance for automated medicinal plant identification from leaf images” Authors: Biplob Dey, Jannatul Ferdous, Romel Ahmed, and Juel Hossain. Description: The paper evaluates seven deep learning algorithms for automated medicinal plant identification using a dataset of 5878 images representing 30 species. It aims to assess algorithm performance in accurately classifying plant species. Advantages: • Offers a detailed assessment of deep learning algorithms for plant identification. • Uses a diverse dataset of 5878 images to enhance the generalizability of findings. Demerits: • Works for small datasets. • High Computational cost and time required.
  • 10. 3. Literature Survey continued... [5]“Identification and classification of medicinal plants using leaf with deep convolutional neural networks” Authors: Nilesh S. Bhelkar, Dr. Avinash Sharma Description: Utilizing deep convolutional neural networks enhances the precision of identifying medicinal plants through leaf characteristics. Machine learning algorithms streamline plant classification processes efficiently. Advantages: • Efficient automated plant classification. • Improved accuracy in identifying medicinal plants. Demerits: • Challenges with complex data and interpretability of models. • Potential reduction in human involvement and traditional knowledge reliance.
  • 11. 4. System Design & Architecture • The Described work involves the use of a convolutional neural network and Long Short-Term Memory (LSTM) for the classification of herbal leaves. The process of classifying leaves involves several phases, including dataset acquisition, pre-processing, feature extraction, and classification. Fig 2 Process of medical plant recognition
  • 12. 4. System Design & Architecture • Before being processed by CNN and LSTM, the herbal leaf image data is preprocessed to remove noise, clarify image features, reduce image size, and transform the image data into a format that can be processed by CNN and LSTM. Fig 3 Pre-processing of Images.
  • 13. 4. System Design & Architecture • The herbal leaf image input is processed using CNN. Each image data is convoluted and then pooled using the max-pooling layer generates a feature map. This is processed via dropout to get the desired result. • The results of this LSTM process will be flattened to form a fully connected layer. For the classification, the Softmax function is used. Fig 4 CNN-LSTM Architecture.
  • 14. From the results of the standardized training data, it is evident that the accuracy obtained using the CNN-LSTM model is higher compared to the accuracy achieved with the CNN model. 5. Results Fig 5 Accuracy training data with CNN model. Fig 6 Accuracy training data with CNN-LSTM model.
  • 15. 5. Results • The training process was divided into two stages, involving the training of data with the CNN model and the CNN-LSTM model separately. Fig 7 Loss training data with CNN model. Fig 8 Loss training data with CNN-LSTM model.
  • 16. The lack of knowledge about medicinal plants poses a challenge in identifying the correct plant, which can ultimately lead to the extinction of these valuable resources. However, modern technology has provided a solution through the development of a Deep Neural Network model using CNN-LSTM that accurately identifies medicinal plants. In this work, a leaf image is taken as input, which further goes through pre- processing, feature extraction, and classification, resulting in obtaining the scientific name of the plant. With the assistance of this model, individuals can accurately identify medicinal plants, leading to the creation of more effective treatments and health remedies. 6. Conclusion
  • 17. 7. References [1] Noor Aini Mohd Roslan, Norizan Mat Diah, Zaidah Ibrahim, Yuda Munarko, Agus Eko Minarno, “Automatic plant recognition using convolutional neural network on Malaysian medicinal herbs: the value of data augmentation”, 2023 International Journal of Advances in Intelligent Informatics ISSN 2442-6571 Vol. 9, No. 1, March 2023, pp. 136-147. [2] S. Kavitha,T. Satish Kumar2,E. Naresh3,Vijay H. Kalmani4,Kalyan Devappa B aman, Piyush Kumar Pareek, “Medicinal Plant Identifcation in Real-Time Using Deep Learning Mode”, 2023 SN Computer Science (2024) 5:73 https://doi.org/10.1007/s42979-023-02398-5. [3] Biplob Dey ,Jannatul Ferdous Romel Ahmed, Juel Hossain, “Assessing deep convolutional neural network models and their comparative performance for automated medicinal plant identification from leaf images”, 2023 Heliyon 10 (2024) e23655 Published by Elsevier Ltd. [4] Nilesh S. Bhelkar, Dr. Avinash Sharma, “Identification and classification of medicinal plants using leaf with deep convolutional neural networks”, International Journal of Health Sciences ISSN 2550-6978 E-ISSN 2550-696X © 2022.