0% found this document useful (0 votes)
54 views9 pages

NTCC

The document outlines a major project to develop a real-time sign language recognition system using transfer learning on a created dataset. The system aims to translate sign language into text to facilitate communication between deaf, mute, and hearing individuals. Key stages of the project include image acquisition using a webcam, preprocessing, segmentation, feature extraction, and classification. The phases will be further explained in separate slides with a flowchart. Resources needed are Python, machine learning libraries, Kaggle for data, and researchers to assist.

Uploaded by

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

NTCC

The document outlines a major project to develop a real-time sign language recognition system using transfer learning on a created dataset. The system aims to translate sign language into text to facilitate communication between deaf, mute, and hearing individuals. Key stages of the project include image acquisition using a webcam, preprocessing, segmentation, feature extraction, and classification. The phases will be further explained in separate slides with a flowchart. Resources needed are Python, machine learning libraries, Kaggle for data, and researchers to assist.

Uploaded by

Yash raj mathur
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

AMITY INSTITUTE OF INFORMATION TECHNOLOGY

MAJOR PROJECT 2023-24


[Sign Language Recognition System]

GUIDE NAME: DR. SAKSHI GUPTA STUDENT NAME:RITIK SAINI

1
OBJECTIVES AMITY INSTITUTE OF INFORMATION TECHNOLOGY

• The objective is :

• To develop a real-time sign language detector using a TensorFlow object


detection API and train it through transfer learning for the created dataset .

• So Sign Language Recognition System will rephrase sign language into text to
ease communication between deaf ,dumb and normal individuals.
INTRODUCTION AMITY INSTITUTE OF INFORMATION TECHNOLOGY

• Communication is defined as the act of sharing or exchanging information,


ideas or feelings. To establish communication between two people, both of
them are required to have knowledge and understanding of a common
language.

• But in the case of deaf and dumb people, the means of communication are
different. They communicate using sign language among themselves and with
normal people.
PROPOSED AMITY INSTITUTE OF INFORMATION TECHNOLOGY

TECHNIQUES
For data acquisition, images are captured by a
webcam using Python and OpenCV.

The stages involved in sign language recognition


(SLR) can be categorized into five stages:

 image acquisition
 image pre-processing
 Segmentation
 feature extraction
 classification and output.
PERT CHART AMITY INSTITUTE OF INFORMATION TECHNOLOGY
PHASES AMITY INSTITUTE OF INFORMATION TECHNOLOGY

Explain each phase (steps) in a different slide and also add a flowchart

On collected dataset, we divided our approach to tackle the classification problem into three stages.

• The first stage is to segment the skin part from the image, as the remaining part can be regarded as
noise w.r.t the character classification problem.

• The second stage is to extract relevant features from the skin segmented images which can prove
significant for the next stage i.e learning and classification.

• The third stage as mentioned above is to use the extracted features as input into various supervised
learning models for training and then finally use the trained models for classification.
RESOURCES AMITY INSTITUTE OF INFORMATION TECHNOLOGY

REQUIRED

TECHNICAL RESOURCES

• Python
• machine learning
• kaggle

HUMAN RESOURCES
REFERENCES AMITY INSTITUTE OF INFORMATION TECHNOLOGY

• Kaggle
• Old Research paper
AMITY INSTITUTE OF INFORMATION TECHNOLOGY

THANK YOU

You might also like