SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 11 | Nov 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 535
Medical Herb Identification and It’s Benefits
Sarang More1, Sumit Patil2, Pavan Vanve3, Samarth Jadhav4, Prof. Pratiksha Kale5,
1 Student, Computer Engineering, NBN Sinhgad Technical Institutes Campus, Ambegaon
2 Student, Computer Engineering, NBN Sinhgad Technical Institutes Campus, Ambegaon
3 Student, Computer Engineering, NBN Sinhgad Technical Institutes Campus, Ambegaon
4 Student, Computer Engineering, NBN Sinhgad Technical Institutes Campus, Ambegaon
5AssistantProfessor, NBN Sinhgad Technical Institutes Campus, Ambegaon
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Medical herb identification is the systematic
process of recognizingand distinguishing variousplantspecies
based on their botanicalcharacteristics, ensuringaccurateuse
in herbal remedies. It is an essential skill for herbalists, holistic
healthcare practitioners, gardeners, andindividualsinterested
in harnessing the healing power of nature. The benefits of this
knowledge are far-reaching. Medicinal herbs offer a natural
and holistic approach to healing, addressing not only
symptoms but also the underlying causesofhealthissues. They
have a rich cultural heritage, with traditional wisdom passed
down through generations. Medicinal herbs provide versatile
applications, from alleviating minor ailments to supporting
chronic conditions. They can complement conventional
medical treatments andofferamorepersonalizedapproachto
health and well-being.
Key Words: Botanical Identification, Herbal Monographs,
Herbal Formulations, Medicinal Plant Conservation,
Convolutional Neural Network (CNN).
1.INTRODUCTION
Medicinal herbs have been a cornerstone of healthcare and
healing practices across cultures and centuries. Identifying
medicinal herbs is a critical skill for those interested in
herbal medicine. Medicinal plantsencompassa widearrayof
species that possess therapeutic properties, ranging from
treating common ailments to addressing more complex
health issues. The exploration and documentation of these
botanical resources involve a multidisciplinary approach,
incorporating elements of botany, pharmacology,
ethnobotany, and traditional knowledge.Differentherbscan
look quite similar, and the wrong identification can lead to
ineffective or potentially harmful remedies. Proper
identification involves studying the plant's characteristics,
such as its leaves, stems, flowers, roots, and even its habitat.
For accurate identification, one may need to consult field
guides, botanical experts, or use smartphone apps designed
for this purpose. This model, rooted in the convolutional
neural network (CNN) algorithm, holds the potential to
revolutionize medicinal herb detection. This introduction
sets the stage for a comprehensive exploration of the
methods, tools, and significance of identifying medicinal
plants. As we embark on this journey, we aim to provide a
nuanced understanding of the diverse plant kingdomand its
potential contributions to the field of medicine while
ensuring that the information presented isrootedinoriginal
research and respect for intellectual property.
2. PROPOSED WORKFLOW
In this module, there are n number of users present. User
should registerthemselvesbeforedoinganyoperations.Once
the user registers, their details will be added to the database.
We take image as an inputand Pre-process it.Thenextstepis
Feature Extracting, here we use the CNN algorithm for
identification purpose and give the output. In this Web
Application, we traversed that information when presented
in an efficient and well-designed manner, can be easily
understandable by any kind of user.
Fig -1: Flow Diagram
3. INNOVATION
Develop the ability to accurately identify a wide range of
medicinal herbs based on their botanical characteristics.
Acquire a comprehensive understanding of the scientific
classification, taxonomy, and plant families of medicinal
herbs. The “benefits” part is new in this project which
increases the scope of this project. We also aim to achieve
higher accuracy by training data set and implementing
different algorithms.
4. DEEP LEARNING ARCHITECTURE
In the ever-evolving landscape of artificial intelligence,deep
learning stands out as a transformative paradigm that has
significantly advanced the capabilities of machines to
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 11 | Nov 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 536
emulate human-like intelligence. At the core of this
revolutionary progress lies the intricate architecture that
powers deep learning models. The architectureservesasthe
blueprint, orchestrating the interplay of layers, nodes, and
weights to enable machines to learn and make decisions
autonomously.
Deep learning is not a one-size-fits-all approach,andvarious
architectures have been tailored to address specific tasks
and challenges.Convolutional Neural Networks(CNNs)excel
in image recognition, recurrent neural networks (RNNs)
capture temporal dependencies in sequential data, and
transformer architectures have revolutionized natural
language processing tasks. Each architecture brings its
unique strengths to the table, contributing to the versatility
of deep learning in diverse domains.
4.1 CONVOLUTIONAL NEURAL NETWORK (CNN)
CNNs offer various benefits, including being more similar to
the human visual processing system, having a structure that
is well tuned for processing 2D and 3D pictures, and being
good in learning and extracting abstractions of 2D
characteristics. Convolution, max-pooling, and classification
are the three layers that make up the CNN architecture.
Convolutional layers and max-pooling layers are the two
types of layers in the network's bottom and middle levels.
Fig -2: Architecture of CNN
4.1.1 VGG-16 AND VGG-19
VGG-16 consists of 16 layers and VGG-19 comprises 19
layers based on VGG architecture. In general, VGG Net is a
simple architecture composed of five sets of convolution
layers that use (3 × 3) kernels. The activation function ReLU
(Rectified Linear Unit)isappliedaftereachconvolutionlayer
and max pooling use (2 × 2) kernels after each set to reduce
spatial dimension. At the end are the three fully connected
layers where the first two layers have 4096 units and the
final layer with 1000 fully connected softmax. Some of the
limitations of both VGG-16 and VGG-19 includes more
memory usage, more parameters and expensive evaluation.
Fig -3: Architecture of VGG16
4.1.2 INCEPTION V3 AND XCEPTION
Inception network V3 is ideally a convolution extractor of
the features and learns complex representations with few
parameters. Here, one convolution kernel can map
simultaneously the spatial and cross channel correlationsby
factoring explicitly into a series of operations. The Xception
architecture is one of the latest and accurate models
developed in 2017. The vital concept of the model is based
on depthwise separable convolutions and residual
connections. It is stimulated by the Inception architecture,
where the modules in inception are replaced by depthwise
seperable convolutions. Here, the modified depthwise
convolution in Xception means(1 × 1) convolution
(pointwise convolution) is followed by channel-wisespatial
convolution (n×n). The model is much lighter with few
connections. Xception stands for ‘‘Extreme Inception’’ and
outperforms Inception V3 on the ImageNet database
exclusively for image classification.The parametersused are
very similar in both models. Xception consists of 36
convolution layers structured into 14 modules and three
major flows known as entry flow, middle flow and exit flow.
Fig -4: Architecture of XCEPTION
The images in the training set are forwarded first to the
entry flow, which generates the feature maps. The feature
maps are further fed to the middle flow (repeated eight
times). Lastly, the feature maps in exit flow generate 2048 –
dimensional vectors. The separable convolutions are
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 11 | Nov 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 537
followed by batch normalizations. The implementation of
this architecture is much simpler in Keras.
4.1.3 SUPPORT VECTOR MACHINE
The SVM is a classical supervised learning method with high
capability in dealing with bigger dimensional space and
nonlinear data points. SVM aims to keep the maximum
marginal distance between the data points of the classes to
be classified. This marginal distance indicates the farthest
distance from the decision boundary. The position of the
separating hyperplane is decided by the data points lying
closer to the hyperplane. In the research, two models are
developed using an SVM classifier,whereonemodel consists
of an SVM classifier without application of Bayesian
optimization technique and another model optimizes SVM
hyperparameters (kernel and values) using the Bayesian
algorithm on the featured data to improve the accuracy and
the execution speed. The parameter, known as cost
parameter controls the compromise between the correct
classification of training data points andthesmoothdecision
boundary. To provide the best predictive power of the
model, the hyperparameter tuned for SVM
5. METHODOLOGY
1. When identifying medicinal herbs in the field, it’s
essential to use field guides, smartphone apps, and
botanical keys to narrow down the possibilities.
2. To enhance efficiency, carry a checklist or a
reference guide specific to the region you are
exploring.
3. When in doubt, consult with experts in botany,
ethnobotany, or herbalism. They can provide
valuable insights and help you identify herbs
accurately.
4. Utilize modern technology, such as smartphone
apps and online databases, to assist in herb
identification.
5. Tap into traditional knowledge, such as indigenous
or local wisdom, to identify medicinal herbs.
6. Maintain detailed records of the herbs you
encounter, includingphotographs,descriptions,and
habitat information.
6. LITERATURE SURVEY
Title Author Methodology
A CNN Model for
Herb
Identification
Based on Part
Priority
Attention
Mechanism
Yangyang Zhao,
Zhanquan Sun,
Engang Tian
This project utilizes Gather
a comprehensive dataset of
images and information
related tovariousmedicinal
plants, including leavesand
flowers. Here first
introduce the proposed
staged training strategy,
which is used realize the
priority attention
mechanism. Then, the
details of PPM and SCM are
discussed. The data
sensitivity and label
smoothing technology are
introduced at last
subsection.
Identification of
Medicinal Leaves
Using State of Art
Deep Learning
Techniques
Leena Rani A,
Devika G.
Vinutha H. R,
Asha Gowda
Karegowda
Annotate each image with
the corresponding
medicinal plant speciesand
other relevant information,
such as geographical origin
and medicinal properties.
Identification of
Medicinal Plants
by Visual
Characteristicsof
Leaves and
Flowers
A.D.A.D.S.
Jayalath,
T.G.A.G.D
Amarawanshali
ne, D. P.
Nawinna
Gather a comprehensive
dataset of images and
information related to
various medicinal plants,
including leaves and
flowers.
DeepHerb: A
Vision Based
System for
Medicinal Plants
Using Xception
Features
S.
ROOPASHREE ,
AND J.
ANITHA3
A diverse dataset of high-
quality images of medicinal
plants, covering various
species and variations.
Ensure the dataset is well-
labeled with accurate plant
species information. Here
research focuses on
automated identification of
medicinal herbs using
transfer learning technique
in deep learning. The
previous studies and
review of the latest works
prove that the use of
transfer learning is a better
approach to classify any
images when the target
dataset is limited in size.
Prediction of
Herbs with its
Benefits using
Deep Learning
Techniques
SHARMILA
BEGUM. M,
HARIS. R,
VETRIMARAN.
V
Design a deep neural
network architecture for
herb recognition and
benefits prediction.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 11 | Nov 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 538
7. CONCLUSIONS
In conclusion, the study of medical herbidentificationandits
benefits is a fascinating and valuable journey that offers a
wealth of knowledge and practical applications.
Understanding the identificationandusesofmedicinal herbs
empowers individuals to take control of their health,
embrace natural healing, and connect with cultural
traditions.
ACKNOWLEDGEMENT
I wish to express my sincere thanks and deep sense of
gratitude to respected mentor and guide Prof. P.D.Kale
Assistant Professor in Department of ComputerEngineering
of NBN Sinhgad Technical Institutes Campus, Ambegaon,
Pune 411046 for the technical advice, encouragement and
constructive criticism, which motivated to strive harder for
excellence.
REFERENCES
1] L. C. De, “Biodiversity and conservation of aromatic
plants” Adv. Agricultural crops. Res., Vol. 5, no. 4, p. 00186,
December 2016
[2] MM 235, pp. 228–235, medium. In 2017.
[3] J. W. Lee and Y. C. C. Yoon, '' identifies a good quality
factory using a wide learning model 1, '' in Proc. INT. Conf.
Technol platform. Services (PlatCon), January2019,p.1to5.
[4] A. Rich, US Keceli, C. Catal, HYYalic, H. Temucin and B.
Tekinerdogan, '' A transmission analysis study of plant taxa
based on a deep neural network, '' Comput. Electrons.
Farming., Vol. 158, trang 20–29, mars. 2019.
[5] V. Bodhwani, D. P. Acharjya and U. Alone, ‘‘Remedies for
Deep Crop Identification Network’’ Proc. Computer. Science
Fiction, Vol. 152, pp. 186–194, Jan. 2019.
[6] R. Yang, B.-C. Yuan, Y.-S. Ma, S. Zhou, and Y. Liu, “The
antiinflammatory activity of licorice, a widely used chinese
herb,” Pharmaceutical biology, pp. 5–18, 2017
[7] G. Zhao, X. Zhuang, X. Wang, W. Ning, Z. Li, J. Wang, Q.
Chen, Z. Mo, B. Chen, and H. Chen, “Data-driven traditional
chinese medicine clinical herb modeling and herb pair
recommendation,” in 2018 7th International Conference on
Digital Home (ICDH), 2018, pp. 160–166.
[8] Y.-M. Cai, H. Zhu, J.-X. Niu, L. Bing, Z. Sun, W.-H. Zhang, J.-
Z. Ying, X. D. Yin, J. Li, Y. Pang et al., “Identification of herb
pairs in esophageal cancer,” Complementary medicine
research, pp. 40–45, 2017.
BIOGRAPHIES
Sarang Sudhir More
B.E Computer
NBN Sinhgad Technical Institutes
Campus, Ambegaon,
Maharashtra, India
Sumit Subhash Patil
B.E Computer
NBN Sinhgad Technical Institutes
Campus, Ambegaon,
Maharashtra, India
Pavan Pandurang Vanve
B.E Computer
NBN Sinhgad Technical Institutes
Campus, Ambegaon,
Maharashtra, India
Samarth Mukund Jadhav
B.E Computer
NBN Sinhgad Technical Institutes
Campus, Ambegaon,
Maharashtra, India

More Related Content

Similar to Medical Herb Identification and It’s Benefits

DEEP LEARNING BASED BRAIN STROKE DETECTION
DEEP LEARNING BASED BRAIN STROKE DETECTIONDEEP LEARNING BASED BRAIN STROKE DETECTION
DEEP LEARNING BASED BRAIN STROKE DETECTIONIRJET Journal
 
REVIEW ON OBJECT DETECTION WITH CNN
REVIEW ON OBJECT DETECTION WITH CNNREVIEW ON OBJECT DETECTION WITH CNN
REVIEW ON OBJECT DETECTION WITH CNNIRJET Journal
 
Compact optimized deep learning model for edge: a review
Compact optimized deep learning model for edge: a reviewCompact optimized deep learning model for edge: a review
Compact optimized deep learning model for edge: a reviewIJECEIAES
 
IRJET- Deep Learning Techniques for Object Detection
IRJET-  	  Deep Learning Techniques for Object DetectionIRJET-  	  Deep Learning Techniques for Object Detection
IRJET- Deep Learning Techniques for Object DetectionIRJET Journal
 
IRJET- A Study of Different Convolution Neural Network Architectures for Huma...
IRJET- A Study of Different Convolution Neural Network Architectures for Huma...IRJET- A Study of Different Convolution Neural Network Architectures for Huma...
IRJET- A Study of Different Convolution Neural Network Architectures for Huma...IRJET Journal
 
IRJET- Significant Neural Networks for Classification of Product Images
IRJET- Significant Neural Networks for Classification of Product ImagesIRJET- Significant Neural Networks for Classification of Product Images
IRJET- Significant Neural Networks for Classification of Product ImagesIRJET Journal
 
IRJET- Surveillance of Object Motion Detection and Caution System using B...
IRJET-  	  Surveillance of Object Motion Detection and Caution System using B...IRJET-  	  Surveillance of Object Motion Detection and Caution System using B...
IRJET- Surveillance of Object Motion Detection and Caution System using B...IRJET Journal
 
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...IRJET Journal
 
Unet 3+ For Brain Tumor Segmentation : A Study
Unet 3+ For Brain Tumor Segmentation : A StudyUnet 3+ For Brain Tumor Segmentation : A Study
Unet 3+ For Brain Tumor Segmentation : A StudyIRJET Journal
 
Efficient mobilenet architecture_as_image_recognit
Efficient mobilenet architecture_as_image_recognitEfficient mobilenet architecture_as_image_recognit
Efficient mobilenet architecture_as_image_recognitEL Mehdi RAOUHI
 
CROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOT
CROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOTCROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOT
CROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOTIRJET Journal
 
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...IRJET Journal
 
Ameliorate the performance using soft computing approaches in wireless networks
Ameliorate the performance using soft computing approaches  in wireless networksAmeliorate the performance using soft computing approaches  in wireless networks
Ameliorate the performance using soft computing approaches in wireless networksIJECEIAES
 
ACCELERATED DEEP LEARNING INFERENCE FROM CONSTRAINED EMBEDDED DEVICES
ACCELERATED DEEP LEARNING INFERENCE FROM CONSTRAINED EMBEDDED DEVICESACCELERATED DEEP LEARNING INFERENCE FROM CONSTRAINED EMBEDDED DEVICES
ACCELERATED DEEP LEARNING INFERENCE FROM CONSTRAINED EMBEDDED DEVICESIAEME Publication
 
IRJET- An Efficient VLSI Architecture for 3D-DWT using Lifting Scheme
IRJET- An Efficient VLSI Architecture for 3D-DWT using Lifting SchemeIRJET- An Efficient VLSI Architecture for 3D-DWT using Lifting Scheme
IRJET- An Efficient VLSI Architecture for 3D-DWT using Lifting SchemeIRJET Journal
 
IRJET- Deep Feature Fusion for Iris Biometrics on Mobile Devices
IRJET- Deep Feature Fusion for Iris Biometrics on Mobile DevicesIRJET- Deep Feature Fusion for Iris Biometrics on Mobile Devices
IRJET- Deep Feature Fusion for Iris Biometrics on Mobile DevicesIRJET Journal
 
A Review of Neural Networks Architectures, Designs, and Applications
A Review of Neural Networks Architectures, Designs, and ApplicationsA Review of Neural Networks Architectures, Designs, and Applications
A Review of Neural Networks Architectures, Designs, and ApplicationsIRJET Journal
 
Automated Plant Identification with CNN
Automated Plant Identification with CNNAutomated Plant Identification with CNN
Automated Plant Identification with CNNIRJET Journal
 
IRJET- Congestion Avoidance and Qos Improvement in Base Station with Femt...
IRJET-  	  Congestion Avoidance and Qos Improvement in Base Station with Femt...IRJET-  	  Congestion Avoidance and Qos Improvement in Base Station with Femt...
IRJET- Congestion Avoidance and Qos Improvement in Base Station with Femt...IRJET Journal
 

Similar to Medical Herb Identification and It’s Benefits (20)

DEEP LEARNING BASED BRAIN STROKE DETECTION
DEEP LEARNING BASED BRAIN STROKE DETECTIONDEEP LEARNING BASED BRAIN STROKE DETECTION
DEEP LEARNING BASED BRAIN STROKE DETECTION
 
REVIEW ON OBJECT DETECTION WITH CNN
REVIEW ON OBJECT DETECTION WITH CNNREVIEW ON OBJECT DETECTION WITH CNN
REVIEW ON OBJECT DETECTION WITH CNN
 
Compact optimized deep learning model for edge: a review
Compact optimized deep learning model for edge: a reviewCompact optimized deep learning model for edge: a review
Compact optimized deep learning model for edge: a review
 
IRJET- Deep Learning Techniques for Object Detection
IRJET-  	  Deep Learning Techniques for Object DetectionIRJET-  	  Deep Learning Techniques for Object Detection
IRJET- Deep Learning Techniques for Object Detection
 
IRJET- A Study of Different Convolution Neural Network Architectures for Huma...
IRJET- A Study of Different Convolution Neural Network Architectures for Huma...IRJET- A Study of Different Convolution Neural Network Architectures for Huma...
IRJET- A Study of Different Convolution Neural Network Architectures for Huma...
 
IRJET- Significant Neural Networks for Classification of Product Images
IRJET- Significant Neural Networks for Classification of Product ImagesIRJET- Significant Neural Networks for Classification of Product Images
IRJET- Significant Neural Networks for Classification of Product Images
 
IRJET- Surveillance of Object Motion Detection and Caution System using B...
IRJET-  	  Surveillance of Object Motion Detection and Caution System using B...IRJET-  	  Surveillance of Object Motion Detection and Caution System using B...
IRJET- Surveillance of Object Motion Detection and Caution System using B...
 
FPGA-based Hardware Acceleration for Fruit Recognition Using SVM
FPGA-based Hardware Acceleration for Fruit Recognition Using SVM FPGA-based Hardware Acceleration for Fruit Recognition Using SVM
FPGA-based Hardware Acceleration for Fruit Recognition Using SVM
 
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
 
Unet 3+ For Brain Tumor Segmentation : A Study
Unet 3+ For Brain Tumor Segmentation : A StudyUnet 3+ For Brain Tumor Segmentation : A Study
Unet 3+ For Brain Tumor Segmentation : A Study
 
Efficient mobilenet architecture_as_image_recognit
Efficient mobilenet architecture_as_image_recognitEfficient mobilenet architecture_as_image_recognit
Efficient mobilenet architecture_as_image_recognit
 
CROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOT
CROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOTCROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOT
CROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOT
 
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
 
Ameliorate the performance using soft computing approaches in wireless networks
Ameliorate the performance using soft computing approaches  in wireless networksAmeliorate the performance using soft computing approaches  in wireless networks
Ameliorate the performance using soft computing approaches in wireless networks
 
ACCELERATED DEEP LEARNING INFERENCE FROM CONSTRAINED EMBEDDED DEVICES
ACCELERATED DEEP LEARNING INFERENCE FROM CONSTRAINED EMBEDDED DEVICESACCELERATED DEEP LEARNING INFERENCE FROM CONSTRAINED EMBEDDED DEVICES
ACCELERATED DEEP LEARNING INFERENCE FROM CONSTRAINED EMBEDDED DEVICES
 
IRJET- An Efficient VLSI Architecture for 3D-DWT using Lifting Scheme
IRJET- An Efficient VLSI Architecture for 3D-DWT using Lifting SchemeIRJET- An Efficient VLSI Architecture for 3D-DWT using Lifting Scheme
IRJET- An Efficient VLSI Architecture for 3D-DWT using Lifting Scheme
 
IRJET- Deep Feature Fusion for Iris Biometrics on Mobile Devices
IRJET- Deep Feature Fusion for Iris Biometrics on Mobile DevicesIRJET- Deep Feature Fusion for Iris Biometrics on Mobile Devices
IRJET- Deep Feature Fusion for Iris Biometrics on Mobile Devices
 
A Review of Neural Networks Architectures, Designs, and Applications
A Review of Neural Networks Architectures, Designs, and ApplicationsA Review of Neural Networks Architectures, Designs, and Applications
A Review of Neural Networks Architectures, Designs, and Applications
 
Automated Plant Identification with CNN
Automated Plant Identification with CNNAutomated Plant Identification with CNN
Automated Plant Identification with CNN
 
IRJET- Congestion Avoidance and Qos Improvement in Base Station with Femt...
IRJET-  	  Congestion Avoidance and Qos Improvement in Base Station with Femt...IRJET-  	  Congestion Avoidance and Qos Improvement in Base Station with Femt...
IRJET- Congestion Avoidance and Qos Improvement in Base Station with Femt...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
(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
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
(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...
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 

Medical Herb Identification and It’s Benefits

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 11 | Nov 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 535 Medical Herb Identification and It’s Benefits Sarang More1, Sumit Patil2, Pavan Vanve3, Samarth Jadhav4, Prof. Pratiksha Kale5, 1 Student, Computer Engineering, NBN Sinhgad Technical Institutes Campus, Ambegaon 2 Student, Computer Engineering, NBN Sinhgad Technical Institutes Campus, Ambegaon 3 Student, Computer Engineering, NBN Sinhgad Technical Institutes Campus, Ambegaon 4 Student, Computer Engineering, NBN Sinhgad Technical Institutes Campus, Ambegaon 5AssistantProfessor, NBN Sinhgad Technical Institutes Campus, Ambegaon ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Medical herb identification is the systematic process of recognizingand distinguishing variousplantspecies based on their botanicalcharacteristics, ensuringaccurateuse in herbal remedies. It is an essential skill for herbalists, holistic healthcare practitioners, gardeners, andindividualsinterested in harnessing the healing power of nature. The benefits of this knowledge are far-reaching. Medicinal herbs offer a natural and holistic approach to healing, addressing not only symptoms but also the underlying causesofhealthissues. They have a rich cultural heritage, with traditional wisdom passed down through generations. Medicinal herbs provide versatile applications, from alleviating minor ailments to supporting chronic conditions. They can complement conventional medical treatments andofferamorepersonalizedapproachto health and well-being. Key Words: Botanical Identification, Herbal Monographs, Herbal Formulations, Medicinal Plant Conservation, Convolutional Neural Network (CNN). 1.INTRODUCTION Medicinal herbs have been a cornerstone of healthcare and healing practices across cultures and centuries. Identifying medicinal herbs is a critical skill for those interested in herbal medicine. Medicinal plantsencompassa widearrayof species that possess therapeutic properties, ranging from treating common ailments to addressing more complex health issues. The exploration and documentation of these botanical resources involve a multidisciplinary approach, incorporating elements of botany, pharmacology, ethnobotany, and traditional knowledge.Differentherbscan look quite similar, and the wrong identification can lead to ineffective or potentially harmful remedies. Proper identification involves studying the plant's characteristics, such as its leaves, stems, flowers, roots, and even its habitat. For accurate identification, one may need to consult field guides, botanical experts, or use smartphone apps designed for this purpose. This model, rooted in the convolutional neural network (CNN) algorithm, holds the potential to revolutionize medicinal herb detection. This introduction sets the stage for a comprehensive exploration of the methods, tools, and significance of identifying medicinal plants. As we embark on this journey, we aim to provide a nuanced understanding of the diverse plant kingdomand its potential contributions to the field of medicine while ensuring that the information presented isrootedinoriginal research and respect for intellectual property. 2. PROPOSED WORKFLOW In this module, there are n number of users present. User should registerthemselvesbeforedoinganyoperations.Once the user registers, their details will be added to the database. We take image as an inputand Pre-process it.Thenextstepis Feature Extracting, here we use the CNN algorithm for identification purpose and give the output. In this Web Application, we traversed that information when presented in an efficient and well-designed manner, can be easily understandable by any kind of user. Fig -1: Flow Diagram 3. INNOVATION Develop the ability to accurately identify a wide range of medicinal herbs based on their botanical characteristics. Acquire a comprehensive understanding of the scientific classification, taxonomy, and plant families of medicinal herbs. The “benefits” part is new in this project which increases the scope of this project. We also aim to achieve higher accuracy by training data set and implementing different algorithms. 4. DEEP LEARNING ARCHITECTURE In the ever-evolving landscape of artificial intelligence,deep learning stands out as a transformative paradigm that has significantly advanced the capabilities of machines to
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 11 | Nov 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 536 emulate human-like intelligence. At the core of this revolutionary progress lies the intricate architecture that powers deep learning models. The architectureservesasthe blueprint, orchestrating the interplay of layers, nodes, and weights to enable machines to learn and make decisions autonomously. Deep learning is not a one-size-fits-all approach,andvarious architectures have been tailored to address specific tasks and challenges.Convolutional Neural Networks(CNNs)excel in image recognition, recurrent neural networks (RNNs) capture temporal dependencies in sequential data, and transformer architectures have revolutionized natural language processing tasks. Each architecture brings its unique strengths to the table, contributing to the versatility of deep learning in diverse domains. 4.1 CONVOLUTIONAL NEURAL NETWORK (CNN) CNNs offer various benefits, including being more similar to the human visual processing system, having a structure that is well tuned for processing 2D and 3D pictures, and being good in learning and extracting abstractions of 2D characteristics. Convolution, max-pooling, and classification are the three layers that make up the CNN architecture. Convolutional layers and max-pooling layers are the two types of layers in the network's bottom and middle levels. Fig -2: Architecture of CNN 4.1.1 VGG-16 AND VGG-19 VGG-16 consists of 16 layers and VGG-19 comprises 19 layers based on VGG architecture. In general, VGG Net is a simple architecture composed of five sets of convolution layers that use (3 × 3) kernels. The activation function ReLU (Rectified Linear Unit)isappliedaftereachconvolutionlayer and max pooling use (2 × 2) kernels after each set to reduce spatial dimension. At the end are the three fully connected layers where the first two layers have 4096 units and the final layer with 1000 fully connected softmax. Some of the limitations of both VGG-16 and VGG-19 includes more memory usage, more parameters and expensive evaluation. Fig -3: Architecture of VGG16 4.1.2 INCEPTION V3 AND XCEPTION Inception network V3 is ideally a convolution extractor of the features and learns complex representations with few parameters. Here, one convolution kernel can map simultaneously the spatial and cross channel correlationsby factoring explicitly into a series of operations. The Xception architecture is one of the latest and accurate models developed in 2017. The vital concept of the model is based on depthwise separable convolutions and residual connections. It is stimulated by the Inception architecture, where the modules in inception are replaced by depthwise seperable convolutions. Here, the modified depthwise convolution in Xception means(1 × 1) convolution (pointwise convolution) is followed by channel-wisespatial convolution (n×n). The model is much lighter with few connections. Xception stands for ‘‘Extreme Inception’’ and outperforms Inception V3 on the ImageNet database exclusively for image classification.The parametersused are very similar in both models. Xception consists of 36 convolution layers structured into 14 modules and three major flows known as entry flow, middle flow and exit flow. Fig -4: Architecture of XCEPTION The images in the training set are forwarded first to the entry flow, which generates the feature maps. The feature maps are further fed to the middle flow (repeated eight times). Lastly, the feature maps in exit flow generate 2048 – dimensional vectors. The separable convolutions are
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 11 | Nov 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 537 followed by batch normalizations. The implementation of this architecture is much simpler in Keras. 4.1.3 SUPPORT VECTOR MACHINE The SVM is a classical supervised learning method with high capability in dealing with bigger dimensional space and nonlinear data points. SVM aims to keep the maximum marginal distance between the data points of the classes to be classified. This marginal distance indicates the farthest distance from the decision boundary. The position of the separating hyperplane is decided by the data points lying closer to the hyperplane. In the research, two models are developed using an SVM classifier,whereonemodel consists of an SVM classifier without application of Bayesian optimization technique and another model optimizes SVM hyperparameters (kernel and values) using the Bayesian algorithm on the featured data to improve the accuracy and the execution speed. The parameter, known as cost parameter controls the compromise between the correct classification of training data points andthesmoothdecision boundary. To provide the best predictive power of the model, the hyperparameter tuned for SVM 5. METHODOLOGY 1. When identifying medicinal herbs in the field, it’s essential to use field guides, smartphone apps, and botanical keys to narrow down the possibilities. 2. To enhance efficiency, carry a checklist or a reference guide specific to the region you are exploring. 3. When in doubt, consult with experts in botany, ethnobotany, or herbalism. They can provide valuable insights and help you identify herbs accurately. 4. Utilize modern technology, such as smartphone apps and online databases, to assist in herb identification. 5. Tap into traditional knowledge, such as indigenous or local wisdom, to identify medicinal herbs. 6. Maintain detailed records of the herbs you encounter, includingphotographs,descriptions,and habitat information. 6. LITERATURE SURVEY Title Author Methodology A CNN Model for Herb Identification Based on Part Priority Attention Mechanism Yangyang Zhao, Zhanquan Sun, Engang Tian This project utilizes Gather a comprehensive dataset of images and information related tovariousmedicinal plants, including leavesand flowers. Here first introduce the proposed staged training strategy, which is used realize the priority attention mechanism. Then, the details of PPM and SCM are discussed. The data sensitivity and label smoothing technology are introduced at last subsection. Identification of Medicinal Leaves Using State of Art Deep Learning Techniques Leena Rani A, Devika G. Vinutha H. R, Asha Gowda Karegowda Annotate each image with the corresponding medicinal plant speciesand other relevant information, such as geographical origin and medicinal properties. Identification of Medicinal Plants by Visual Characteristicsof Leaves and Flowers A.D.A.D.S. Jayalath, T.G.A.G.D Amarawanshali ne, D. P. Nawinna Gather a comprehensive dataset of images and information related to various medicinal plants, including leaves and flowers. DeepHerb: A Vision Based System for Medicinal Plants Using Xception Features S. ROOPASHREE , AND J. ANITHA3 A diverse dataset of high- quality images of medicinal plants, covering various species and variations. Ensure the dataset is well- labeled with accurate plant species information. Here research focuses on automated identification of medicinal herbs using transfer learning technique in deep learning. The previous studies and review of the latest works prove that the use of transfer learning is a better approach to classify any images when the target dataset is limited in size. Prediction of Herbs with its Benefits using Deep Learning Techniques SHARMILA BEGUM. M, HARIS. R, VETRIMARAN. V Design a deep neural network architecture for herb recognition and benefits prediction.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 11 | Nov 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 538 7. CONCLUSIONS In conclusion, the study of medical herbidentificationandits benefits is a fascinating and valuable journey that offers a wealth of knowledge and practical applications. Understanding the identificationandusesofmedicinal herbs empowers individuals to take control of their health, embrace natural healing, and connect with cultural traditions. ACKNOWLEDGEMENT I wish to express my sincere thanks and deep sense of gratitude to respected mentor and guide Prof. P.D.Kale Assistant Professor in Department of ComputerEngineering of NBN Sinhgad Technical Institutes Campus, Ambegaon, Pune 411046 for the technical advice, encouragement and constructive criticism, which motivated to strive harder for excellence. REFERENCES 1] L. C. De, “Biodiversity and conservation of aromatic plants” Adv. Agricultural crops. Res., Vol. 5, no. 4, p. 00186, December 2016 [2] MM 235, pp. 228–235, medium. In 2017. [3] J. W. Lee and Y. C. C. Yoon, '' identifies a good quality factory using a wide learning model 1, '' in Proc. INT. Conf. Technol platform. Services (PlatCon), January2019,p.1to5. [4] A. Rich, US Keceli, C. Catal, HYYalic, H. Temucin and B. Tekinerdogan, '' A transmission analysis study of plant taxa based on a deep neural network, '' Comput. Electrons. Farming., Vol. 158, trang 20–29, mars. 2019. [5] V. Bodhwani, D. P. Acharjya and U. Alone, ‘‘Remedies for Deep Crop Identification Network’’ Proc. Computer. Science Fiction, Vol. 152, pp. 186–194, Jan. 2019. [6] R. Yang, B.-C. Yuan, Y.-S. Ma, S. Zhou, and Y. Liu, “The antiinflammatory activity of licorice, a widely used chinese herb,” Pharmaceutical biology, pp. 5–18, 2017 [7] G. Zhao, X. Zhuang, X. Wang, W. Ning, Z. Li, J. Wang, Q. Chen, Z. Mo, B. Chen, and H. Chen, “Data-driven traditional chinese medicine clinical herb modeling and herb pair recommendation,” in 2018 7th International Conference on Digital Home (ICDH), 2018, pp. 160–166. [8] Y.-M. Cai, H. Zhu, J.-X. Niu, L. Bing, Z. Sun, W.-H. Zhang, J.- Z. Ying, X. D. Yin, J. Li, Y. Pang et al., “Identification of herb pairs in esophageal cancer,” Complementary medicine research, pp. 40–45, 2017. BIOGRAPHIES Sarang Sudhir More B.E Computer NBN Sinhgad Technical Institutes Campus, Ambegaon, Maharashtra, India Sumit Subhash Patil B.E Computer NBN Sinhgad Technical Institutes Campus, Ambegaon, Maharashtra, India Pavan Pandurang Vanve B.E Computer NBN Sinhgad Technical Institutes Campus, Ambegaon, Maharashtra, India Samarth Mukund Jadhav B.E Computer NBN Sinhgad Technical Institutes Campus, Ambegaon, Maharashtra, India