Recognizing and Transforming Sign Language To Speech
Recognizing and Transforming Sign Language To Speech
BATCH MEMBERS
• The objective of the project is to develop a deep learning system, utilizing CNN
algorithms, to recognize sign language gestures and convert them into speech,
enabling communication between individuals who are hard of sighted and those who
are sighted.
INTRODUCTION
Real-time Vernacular Sign Arpita Halder 2021 Support Vector Machine Efficient in precise Require a large dataset and
Language Recognition using and robust complicated methodology
MediaPipe and Machine Learning
An Efficient Two-Stream Network Hamzah Luqman 2022 Machine Learning Provide an Rely on abstractions
for Isolated Sign Language efficient and
Recognition Using Accumulative accurate way
Video Motion
A comprehensive survey and Hamzah Luqman 2022 Deep Learning Handle varieties of Time consuming and more
taxonomy of sign language research data resources required
Continuous Sign Language Ilias Papastratis 2021 Generative adversarial More reliable and Does not support real time
Recognition through a Context- networks easy convergence applications
Aware Generative Adversarial
Network
An integrated mediapipe‑optimized Kil‑Houm Park 2022 Media-Pipe Optimized High learning High computational cost
GRU model for Indian sign Gated Recurrent Unit efficiency and and cannot manage long
language recognition Model (MOPGRU) faster convergence term sequential data
EXISTING SYSTEM
a) vision based
b) glove based
• Glove based approach uses sensors or gloves to identify the hand gesture.
• Some type of flex sensors, accelerometers etc are used in glove based approach.
• Static gestures use hand poses and the image is captured by using cameras.
• The images captured are given for analysis which is done using segmentation.
DISADVANTAGES
• The hand gesture images are captured from the vision based camera
• Using background subtraction technique to separate the hand from background
• Segmentation and classification technique to classify the finger postures
• Classification done by using deep learning algorithm named as Convolutional neural
network algorithm
• Provide the Speech about sign in real time video streaming with improved accuracy
rate
ADVANTAGES
Webcam
Foreground
Subtraction Classification using
CNN
• In this module, we can input the hand images from real time camera. The
inbuilt camera can be connected to the system.
MODULE DESCRIPTION
BINARIZATION
• All detection techniques are based on modeling the background of the image i.e.
set the background and detect which changes occur.
• In addition to processing in real time, systems need to be able to adapt to these
changes.
• Then implement the techniques to extract the foreground from background
image.
• Using Binarization approach to assign the values to background and foreground.
Foreground pixels are identified in real time environments
MODULE DESCRIPTION
• The division of an image into meaningful structures, image segmentation, is often an essential
step in image analysis, object representation, visualization, and many other image processing
tasks.
• But segmentation of a satellite image into differently textured regions (groups) is a difficult
problem.
• One does not know a priori what types of textures exist in a satellite image, how many textures
there are, and what regions have certain textures.
MODULE DESCRIPTION
• Van Rossum, Guido, and Fred L. Drake. The python language reference manual.
• Reges, Stuart, Marty Stepp, and Allison Obourn. Building Python Programs.
Pearson, 2018.
WEBSITE REFERENCE
• https://docs.python.org/3/tutorial/
• https://www.w3schools.com/python/
• https://www.tutorialspoint.com/python/index.htm
• https://www.programiz.com/python-programming
• https://www.learnpython.org/
THANK YOU