0% found this document useful (0 votes)
9 views15 pages

Medicinal Plant Identification with ML

The project focuses on developing a machine learning system to identify medicinal plants from images, improving accuracy and efficiency over traditional methods. It utilizes a segmented medicinal leaf dataset and employs the VGG 16 model for feature extraction. The outcome supports research in herbal medicine and enhances the identification process of medicinal plants.

Uploaded by

vinay raj
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views15 pages

Medicinal Plant Identification with ML

The project focuses on developing a machine learning system to identify medicinal plants from images, improving accuracy and efficiency over traditional methods. It utilizes a segmented medicinal leaf dataset and employs the VGG 16 model for feature extraction. The outcome supports research in herbal medicine and enhances the identification process of medicinal plants.

Uploaded by

vinay raj
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Identification of medicinal plants through image processing

using machine learning


IDENTIFICATION
OF MEDICINAL
PLANTS USING
MACHINE
LEARNING.
CONTENT
• Problem Statement
• Introduction
• Literature Survey
• Dataset Used
• Activity Diagram
• Working Model
• Model Used
• Activation functions
• Tools and Technologies Used
• Output Screen
• Conclusion
PROBLEM This project aims to develop a machine learning-based system
that can reliably and efficiently identify medicinal plants from
images, facilitating research and application in medicinal and
STATEMENT pharmaceutical fields and give their medicinal benefits.
INTRODUCTION

• Identifying medicinal plants is crucial in herbal


medicine due to their therapeutic properties.

• Traditional methods are labour-intensive, time-


consuming, and prone to human error, relying
heavily on expert knowledge.

• With advancements in machine learning and


computer vision, there is an opportunity to
automate and enhance plant identification
accuracy.
LITERATURE SURVEY
LITERATURE SURVEY
DATASET USED
Segmented Medicinal leaf dataset Description
• Downloaded from Kaggle • Segmented medicinal leaf images are high-quality
visuals where the leaf is isolated from the
• Has 30 directories of different plant species.
background, highlighting essential features such
• Has total 1835 files. as shape, texture, and venation. These images
• Dataset size is of about 456.08 MB. improve the accuracy of machine learning models
by providing cleaner data for training and
validation. By focusing solely on the leaf structure,
segmentation enhances feature extraction and
model performance, aiding in the precise
identification of medicinal plant species.
ACTIVITY DIAGRAM
MODULES
• Load Dataset
• Data splitting
• Data augmentation and data preprocessing
• Model training
• Model testing
PROPOSED MODEL
VGG 16 (16 Layers deep)
• Composed of 16 layers: 13 convolutional layers and 3 fully connected layers.

• Utilizes small 3x3 convolutional filters.

• Known for its excellent feature extraction capabilities.

• Uses max-pooling layers after some convolutional layers to reduce spatial dimensions.
ACTIVATION FUNCTIONS
• Softmax
• ReLU (Rectified Linear Unit)
TOOLS AND TECHNOLOGIES USED
Languages and Technologies
• Python
• HTML
• CSS
• Machine Learning
• Bootstrap
• Google Colab
• VS Code
• Flask
CONCLUSION

The "Identification of Medicinal Plants Through Machine Learning"


project demonstrates the effectiveness of using advanced machine
learning techniques for accurate plant identification. By training a robust
model on segmented Medicinal leaf images, the project streamlines the
identification process and enhances accuracy compared to traditional
methods. This tool supports research in pharmacognosy and herbal
medicine, aiding in the preservation and utilization of medicinal plants.
THANK YOU
Group 4

Common questions

Powered by AI

Crucial dataset characteristics include a large number of high-quality segmented images that focus on the leaf's shape, texture, and venation without background noise. This ensures that the model is trained on precise and relevant data, which enhances its accuracy and improves the overall performance of the model in identifying medicinal plant species .

Segmentation isolates the leaf from the background, which highlights essential features such as shape, texture, and venation, thereby improving the quality of data provided to machine learning models. This process enhances feature extraction and model performance, aiding in precise identification of medicinal plant species by focusing solely on the leaf's structure .

The machine learning system provides a reliable and efficient way to identify medicinal plants, which streamlines research in pharmacognosy and herbal medicine by offering accurate identification tools. This aids in the preservation and utilization of medicinal plants, facilitating deeper research into their therapeutic properties and potential pharmaceutical applications .

The key components include loading the dataset, splitting data for training and testing, data augmentation and preprocessing, model training, and model testing. These steps ensure that the system is systematically trained with comprehensive data for better generalization and accuracy in plant identification. This structured approach helps streamline the entire process by ensuring each phase builds upon the previous one for optimal model performance .

Using technologies like Python provides a versatile programming environment supported by a large scientific and machine learning community. Google Colab offers a cloud-based platform that allows for resource-intensive computations like model training. Flask supports web-based application deployment, making it possible to create interactive interfaces for users to easily access the plant identification features .

The VGG 16 model architecture is well-suited for feature extraction due to its deep structure comprising 13 convolutional layers and 3 fully connected layers. Its use of small 3x3 convolutional filters allows the model to capture fine details in the images. Additionally, max-pooling layers follow some convolutional layers to reduce spatial dimensions, which preserves essential features while making the computation more efficient .

Traditional methods of identifying medicinal plants are labor-intensive, time-consuming, and susceptible to human error as they rely heavily on expert knowledge . Machine learning, particularly when combined with computer vision, addresses these challenges by automating the process, which reduces the dependency on expert knowledge and enhances accuracy through consistent image analysis .

By employing advanced machine learning techniques and training on high-quality, segmented data, the project enhances identification accuracy significantly over traditional methods. Machine learning models are less prone to human error, provide faster results, and can process large datasets more efficiently than traditional, expert-reliant methods .

ReLU (Rectified Linear Unit) is used to introduce non-linearity into the model, allowing it to learn complex patterns without linear constraints. Softmax, on the other hand, is used in the final layer for classification tasks as it converts raw prediction values into probabilities, helping the model to assign the correct label to each input image by highlighting the most likely class .

Having a robust model for identifying medicinal plants is essential because accurate identification is crucial for the safe and effective use of these plants in pharmaceuticals. This directly impacts research and development by enabling quick verification of plant species, ensuring proper usage and maximizing therapeutic benefits. Enhanced identification models also aid in biodiversity conservation and the discovery of new medicinal compounds .

You might also like