SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1077
Sign Language Detection using Action Recognition
Kavadapu Nikhitha
Computer Science and Engineering
Sreenidhi Institute Of Science and
Technology
Hyderabad, Telanganga, India.
M Yellama
Assistant Professor
Computer Science and Engineering
Sreenidhi Institute Of Science and
Technology
Hyderabad, Telanganga, India.
Kota Manish Kumar
Computer Science and Engineering
Sreenidhi Institute Of Science and
Technology
Hyderabad, Telanganga, India.
B Vasundhara Devi
Assistant Professor
Computer Science and Engineering
Sreenidhi Institute Of Science and
Technology
Hyderabad, Telanganga, India.
Siddharth Kumar Singh
Computer Science and Engineering
Sreenidhi Institute Of Science and
Technology
Hyderabad, Telanganga, India.
---------------------------------------------------------------------------***---------------------------------------------------------------------------
Abstract— There are learning aids available for those
who are deaf or have trouble speaking or hearing, but
they are rarely used. Live sign motions would be
handled via image processing in the suggested system,
which would operate in real-time. Classifiers would
then be employed to distinguish between distinct signs,
and the translated output would show text. On the set of
data, machine learning algorithms will be trained. With
the use of effective algorithms, top-notch data sets, and
improved sensors, the system aims to enhance the
performance of the current system in this area in terms
of response time and accuracy. Due to the fact that they
solely employ image processing, the current systems
can identify movements with considerable latency. In
this project, our research aims to create a cognitive
system that is sensitive and reliable so that persons
with hearing and speech impairments may utilize it in
day-to-day applications.
Keywords— Image Processing, sign motions, sensors,
speaking or hearing
I. INTRODUCTION
It can be extremely difficult to talk to persons who have
hearing loss. The use of hand gestures in sign language by
the deaf and the mute makes it difficult for non-disabled
persons to understand what they are saying. As a result,
there is a need for systems that can identify various
symptoms and notify everyday people of what they mean.
For the deaf and dumb, it is essential to develop specific sign
language applications so they may readily interact with
others who do not understand sign language. Our project's
main objective is to begin bridging the communication gap
between hearing people and deaf and dumb sign language
users. Our research's major objective is to develop a vision-
based system that can identify sign language motions in
action or video sequences. The following was the method
used for the sign language gestures: The spatial and
temporal characteristics of video sequences. We have used
models to learn both temporal and spatial features. The
recurrent neural network's LSTM model was
II. OBJECTIVES
The objective of this paper is that the goal of Sign Language
Recognition (SLR) systems is to provide an accurate and
efficient means to translate sign language into text or voice
for various applications, such as making it possible for
young children to engage with computers by understanding
sign language.
III. REVIEWOF RELATED LITERATURE
Most of the research in this sector is conducted with a
glovebased technique. Sensors like potentiometers,
accelerometers, and other devices are mounted to each
finger in the glovebased system. The corresponding
alphabet is shown in accordance with what they read. A
glove-based gesture recognition system created by
Christopher Lee and Yangsheng Xu was able to recognise 14
of the hand alphabetic letters, learn new gestures, and
update the model of each gesture in the system in real-time.
Over time, sophisticated glove technologies like the Sayre
Glove, Dexterous Hand Master, and Power Glove have been
developed. The primary issue with this glove-based system
is that every time a new user logs in, it needs to be
calibrated.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1078
Fig 1: Finger Spelling Sign Language
IV. METHODS AND RESULTS
Proposed method:
Long short-term memory networks, or LSTMs, are
employed in deep learning. Many recurrent neural
networks (RNNs) are able to learn long-term
dependencies, particularly in tasks involving sequence
prediction.
Researchers have created a variety of sign language
recognition (SLR) systems, however they are only able to
recognise individual sign motions. In this study, we
suggest a modified long short-term memory (LSTM) model
for continuous sequences of gestures, also known as
continuous SLR, which can identify a series of linked
gestures.
Since LSTM networks can learn long-term dependencies,
they were investigated and used for the classification of
gesture data. The created model had a 98% classification
accuracy for 26 motions, demonstrating the viability of
employing LSTMbased neural networks for sign language
translation.
Methodology:
Our suggested system is a sign language recognition
system that recognizes a range of motions by recording
video and turning it into independent sign language labels.
Hand pixels are then categorized and matched to a picture
before being compared to a trained model. As a result, our
algorithm is particularly effective at locating specific
character labels. Our suggested system is a sign language
recognition system that identifies diverse movements in
video recordings and converts them into separate frames.
The hand pixels are then split and matched to the resulting
picture before being transmitted for comparison with a
trained model, thus our method is quite tight in
determining precise text labels for characters. The
proposed system includes Collaborative Communication,
which enables users to communicate effectively. In order
to overcome language or speech obstacles, the suggested
system includes an Embedded Voice Module with a User-
Friendly Interface. The main advantage of this suggested
system is that it may be utilised for communication by
both verbal speakers and sign language users. The
proposed system is written in Python and employs the
YOLOv5 Algorithm, which includes modules such as a
graphical user interface for ease of use, a training module
to train CNN models, a gesture module that allows users to
create their own gestures, a word formation module that
allows users to create words by combining gestures, and a
speech module that converts the converted text to speech.
Our suggested approach is intended to alleviate the issues
that deaf people in India confront. This system is intended
to translate each word that is received.
Fig 2 System Architecture
A. Image Acquisition:
It is the process of removing a picture from a source,
usually one that is hardware-based, for image processing.
The hardware-based source for our project is Web Camera.
Due to the fact that no processing can be done without a
picture, it is the initial stage in the workflow sequence. The
image that is obtained has not undergone any kind of
processing.
B. Segmentation:
It is the process of removing objects or signs from the
background of a recorded image. The segmentation
procedure makes use of edge detection, skin-color
detection, and context subtraction. To recognize gestures,
the motion and location of the hand must be recognized
and segmented.
C. Features Extraction:
The preprocessed images are then utilized to extract
predefined features such as form, contour, geometrical
feature (position, angle, distance, etc.), color feature,
histogram, and others that are then used for sign
classification or recognition. A phase in the dimensionality
reduction process that separates and organizes a sizable
collection of raw data is called feature extraction. Lowered
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1079
to more manageable, smaller class sizes Processing would
be easier as a result. The most crucial characteristic of
these big data sets is their abundance of variables. A
significant amount of computer power is required to
process these variables. Function extraction, which
chooses and combines variables into functions, enables the
extraction of the best feature from enormous data sets.
lowering the data's size.
Fig 3 Preprocessing
The following are the stages of preprocessing:
1. Morphological Transform:
An input image's structural feature is used by
morphological processes to produce an output image of a
similar size. To identify the value of each pixel in the
output image, it compares the matching pixel in the input
image with its neighbours. Two distinct types of
morphological changes exist they are Dilation and Erosion.
2. Blurring:
A low-pass filter applied to an image is an illustration of
blur ring. In computer vision, the term "low-pass filter"
describes the process of removing noise from an image
while leaving the majority of the image untouched. Before
doing more complex operations, including edge detection,
the blur must be finished.
3. Recognition:
Children who have hearing loss are at a disadvantage since
they find it difficult to understand the lectures that are
shown on the screen. The American Sign Language was
developed to assist these kids in managing their schooling
as well as to make daily life easier for them. To assist these
kids in learning, we came up with a model that would let
them make ASL motions to the camera, which would then
interpret them and give feedback on what language was
understood. To do this, we combined Mediapipe Holistic
with OpenCV to determine the essential indicators of the
poser with all the values that needed to be collected and
trained on the Long Short Term Memory
4. Text Output
Recognizing diverse postures and bodily gestures, as well
as converting them into text, to better understand human
behaviour.
State Chart Diagram:
A state machine that illustrates class behavior is described
by a state chart diagram. By simulating the life cycle of
objects from each class, it depicts the actual state changes
rather than the procedures or commands that brought
about those changes. It explains how an object transitions
between its various states. In the State Chart Diagram,
there are primarily two states: Initial Condition 2. The final
state. Following are a few of the elements of a state chart
diagram:
State: It is a state or circumstance in an object's life cycle in
which it meets the same condition, carries out an action, or
waits for an event.
Transition: A relationship between two states known as a
"transition" shows that an object in the first state takes
some actions before moving on to the next state or event.
An event is a description of a noteworthy occurrence that
takes place at a specified time and place.
Fig 4: State Chart
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1080
Result:
Fig 5: Result
V. CONCLUSIONS
Hand gestures, which are a powerful form of
communication, have a number of potential uses in the field
of human computer interaction. There are a number of
proven advantages to the method of hand motion
recognition utilising vision. Videos are difficult to analyse
because they have both temporal and spatial properties. We
have used models to categorise depending on the spatial
and temporal data. LSTM was used to classify based on both
attributes. If we take into account all the conceivable
combinations of gestures that a system of this kind needs to
comprehend and translate, sign language recognition is a
challenging challenge. Having said that, it is perhaps best to
break this difficulty down into smaller difficulties, with the
approach provided here serving as a potential solution to
one of them. Although the system wasn't very effective, it
showed that a first-person sign language translation system
could be constructed using only cameras and convolutional
neural networks. It was discovered that the model
frequently mixed together different signs, including U and
W. But after some consideration, perhaps it doesn't need to
operate flawlessly because applying an orthography
corrector or a word predictor will improve translation
accuracy. Analyzing the answer and researching ways to
enhance the system are the following steps. The vision
system may be redesigned, more highquality data could be
gathered, and new convolutional neural network
architectures could be tested.
VI. FUTURE SCOPE
For the recognition of single language words and sentences,
we can create a model. A system that can recognise changes
in the temporal space will be needed for this. By creating a
comprehensive offering, we can bridge the communication
gap for those who are deaf or hard of hearing.
The system's image processing component needs to be
enhanced in order for it to be able to communicate in both
directions, i.e., convert spoken language to sign language
and vice versa. We'll try to spot any motion-related
indicators. Additionally, we'll concentrate on turning the
series of motions into text, or words and sentences, and
then turning that text into audible speech.
VII. REFRENCES
[1]https://www.google.com/url?sa=t&source=web&rct=j
&url
=https://arxiv.org/pdf/2107.13647&ved=2ahUKEwiRuKu
FsI3
8AhX3XWwGHe2nAskQFnoECCkQAQ&usg=AOvVaw34S
UJaWAK83ZC_C97CLK4p
[2]https://ijrpr.com/uploads/V2ISSUE9/IJRPR1329.pdf

More Related Content

What's hot

Cloud Computing Project
Cloud Computing Project Cloud Computing Project
Cloud Computing Project
Ayush Mukherjee
 
Secure Data Sharing in Cloud (SDSC)
Secure Data Sharing in Cloud (SDSC)Secure Data Sharing in Cloud (SDSC)
Secure Data Sharing in Cloud (SDSC)
Jishnu Pradeep
 
Offloading Computation to the Edge
Offloading Computation to the EdgeOffloading Computation to the Edge
Offloading Computation to the Edge
Vittorio Scarano
 
الفصل الخامس بريد الكتروني
الفصل الخامس بريد الكترونيالفصل الخامس بريد الكتروني
الفصل الخامس بريد الكتروني
Waleed Fawzy Elgendy
 
Cloud computing What Why How
Cloud computing What Why HowCloud computing What Why How
Cloud computing What Why How
Asian Institute of Technology (AIT)
 
GREEN CLOUD COMPUTING BY SAIKIRAN PANJALA
GREEN CLOUD COMPUTING BY SAIKIRAN PANJALAGREEN CLOUD COMPUTING BY SAIKIRAN PANJALA
GREEN CLOUD COMPUTING BY SAIKIRAN PANJALA
Saikiran Panjala
 
Green cloud
Green cloudGreen cloud
Green cloud
Swati Swati
 
Cloud Computing - Challenges & Opportunities
Cloud Computing - Challenges & OpportunitiesCloud Computing - Challenges & Opportunities
Cloud Computing - Challenges & Opportunities
Owen Cutajar
 
Sky x technology
Sky x technologySky x technology
Sky x technology
Tapesh Chalisgaonkar
 
Cloud Computing for college presenation project.
Cloud Computing for college presenation project.Cloud Computing for college presenation project.
Cloud Computing for college presenation project.
Mahesh Tibrewal
 
Cloud Computing- components, working, pros and cons
Cloud Computing- components, working, pros and consCloud Computing- components, working, pros and cons
Cloud Computing- components, working, pros and cons
Amritpal Singh Bedi
 
Multi core processors
Multi core processorsMulti core processors
Multi core processors
Ummiya Mohammedi
 
Federated Learning: ML with Privacy on the Edge 11.15.18
Federated Learning: ML with Privacy on the Edge 11.15.18Federated Learning: ML with Privacy on the Edge 11.15.18
Federated Learning: ML with Privacy on the Edge 11.15.18
Cloudera, Inc.
 
Edge ppt
Edge pptEdge ppt
Multi core processors
Multi core processorsMulti core processors
Multi core processors
Nipun Sharma
 
Cloud computing
Cloud computingCloud computing
Cloud computing
MOHIT PANDEY
 
Edge Computing
Edge ComputingEdge Computing
Edge Computing
Chetan Kumar S
 
Green cloud computing
Green  cloud computingGreen  cloud computing
Green cloud computing
madhurisalvakam
 
Presentation on Cloud computing
Presentation on Cloud computingPresentation on Cloud computing
Presentation on Cloud computing
Vijay Bhanu Thodupunoori
 
Intel core i5
Intel core i5Intel core i5
Intel core i5
Abdul-Fattah Mahran
 

What's hot (20)

Cloud Computing Project
Cloud Computing Project Cloud Computing Project
Cloud Computing Project
 
Secure Data Sharing in Cloud (SDSC)
Secure Data Sharing in Cloud (SDSC)Secure Data Sharing in Cloud (SDSC)
Secure Data Sharing in Cloud (SDSC)
 
Offloading Computation to the Edge
Offloading Computation to the EdgeOffloading Computation to the Edge
Offloading Computation to the Edge
 
الفصل الخامس بريد الكتروني
الفصل الخامس بريد الكترونيالفصل الخامس بريد الكتروني
الفصل الخامس بريد الكتروني
 
Cloud computing What Why How
Cloud computing What Why HowCloud computing What Why How
Cloud computing What Why How
 
GREEN CLOUD COMPUTING BY SAIKIRAN PANJALA
GREEN CLOUD COMPUTING BY SAIKIRAN PANJALAGREEN CLOUD COMPUTING BY SAIKIRAN PANJALA
GREEN CLOUD COMPUTING BY SAIKIRAN PANJALA
 
Green cloud
Green cloudGreen cloud
Green cloud
 
Cloud Computing - Challenges & Opportunities
Cloud Computing - Challenges & OpportunitiesCloud Computing - Challenges & Opportunities
Cloud Computing - Challenges & Opportunities
 
Sky x technology
Sky x technologySky x technology
Sky x technology
 
Cloud Computing for college presenation project.
Cloud Computing for college presenation project.Cloud Computing for college presenation project.
Cloud Computing for college presenation project.
 
Cloud Computing- components, working, pros and cons
Cloud Computing- components, working, pros and consCloud Computing- components, working, pros and cons
Cloud Computing- components, working, pros and cons
 
Multi core processors
Multi core processorsMulti core processors
Multi core processors
 
Federated Learning: ML with Privacy on the Edge 11.15.18
Federated Learning: ML with Privacy on the Edge 11.15.18Federated Learning: ML with Privacy on the Edge 11.15.18
Federated Learning: ML with Privacy on the Edge 11.15.18
 
Edge ppt
Edge pptEdge ppt
Edge ppt
 
Multi core processors
Multi core processorsMulti core processors
Multi core processors
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Edge Computing
Edge ComputingEdge Computing
Edge Computing
 
Green cloud computing
Green  cloud computingGreen  cloud computing
Green cloud computing
 
Presentation on Cloud computing
Presentation on Cloud computingPresentation on Cloud computing
Presentation on Cloud computing
 
Intel core i5
Intel core i5Intel core i5
Intel core i5
 

Similar to Sign Language Detection using Action Recognition

IRJET- Sign Language Interpreter
IRJET- Sign Language InterpreterIRJET- Sign Language Interpreter
IRJET- Sign Language Interpreter
IRJET Journal
 
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLESIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
IRJET Journal
 
IRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture RecognitionIRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET Journal
 
Sign Language Identification based on Hand Gestures
Sign Language Identification based on Hand GesturesSign Language Identification based on Hand Gestures
Sign Language Identification based on Hand Gestures
IRJET Journal
 
IRJET - Hand Gestures Recognition using Deep Learning
IRJET -  	  Hand Gestures Recognition using Deep LearningIRJET -  	  Hand Gestures Recognition using Deep Learning
IRJET - Hand Gestures Recognition using Deep Learning
IRJET Journal
 
Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...
IRJET Journal
 
Sign Language Recognition using Mediapipe
Sign Language Recognition using MediapipeSign Language Recognition using Mediapipe
Sign Language Recognition using Mediapipe
IRJET Journal
 
Sign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningSign Language Recognition using Machine Learning
Sign Language Recognition using Machine Learning
IRJET Journal
 
DHWANI- THE VOICE OF DEAF AND MUTE
DHWANI- THE VOICE OF DEAF AND MUTEDHWANI- THE VOICE OF DEAF AND MUTE
DHWANI- THE VOICE OF DEAF AND MUTE
IRJET Journal
 
DHWANI- THE VOICE OF DEAF AND MUTE
DHWANI- THE VOICE OF DEAF AND MUTEDHWANI- THE VOICE OF DEAF AND MUTE
DHWANI- THE VOICE OF DEAF AND MUTE
IRJET Journal
 
IRJET - Chatbot with Gesture based User Input
IRJET -  	  Chatbot with Gesture based User InputIRJET -  	  Chatbot with Gesture based User Input
IRJET - Chatbot with Gesture based User Input
IRJET Journal
 
IRJET - Mutecom using Tensorflow-Keras Model
IRJET - Mutecom using Tensorflow-Keras ModelIRJET - Mutecom using Tensorflow-Keras Model
IRJET - Mutecom using Tensorflow-Keras Model
IRJET Journal
 
IRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine LearningIRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET Journal
 
Real Time Sign Language Detection
Real Time Sign Language DetectionReal Time Sign Language Detection
Real Time Sign Language Detection
IRJET Journal
 
Hand Gesture Recognition System Using Holistic Mediapipe
Hand Gesture Recognition System Using Holistic MediapipeHand Gesture Recognition System Using Holistic Mediapipe
Hand Gesture Recognition System Using Holistic Mediapipe
IRJET Journal
 
IRJET- ASL Language Translation using ML
IRJET- ASL Language Translation using MLIRJET- ASL Language Translation using ML
IRJET- ASL Language Translation using ML
IRJET Journal
 
IRJET- Vision Based Sign Language by using Matlab
IRJET- Vision Based Sign Language by using MatlabIRJET- Vision Based Sign Language by using Matlab
IRJET- Vision Based Sign Language by using Matlab
IRJET Journal
 
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLE
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLEHAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLE
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLE
IRJET Journal
 
IRJET - Sign Language Text to Speech Converter using Image Processing and...
IRJET -  	  Sign Language Text to Speech Converter using Image Processing and...IRJET -  	  Sign Language Text to Speech Converter using Image Processing and...
IRJET - Sign Language Text to Speech Converter using Image Processing and...
IRJET Journal
 
IRJET- Review on Text Recognization of Product for Blind Person using MATLAB
IRJET-  Review on Text Recognization of Product for Blind Person using MATLABIRJET-  Review on Text Recognization of Product for Blind Person using MATLAB
IRJET- Review on Text Recognization of Product for Blind Person using MATLAB
IRJET Journal
 

Similar to Sign Language Detection using Action Recognition (20)

IRJET- Sign Language Interpreter
IRJET- Sign Language InterpreterIRJET- Sign Language Interpreter
IRJET- Sign Language Interpreter
 
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLESIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
 
IRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture RecognitionIRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture Recognition
 
Sign Language Identification based on Hand Gestures
Sign Language Identification based on Hand GesturesSign Language Identification based on Hand Gestures
Sign Language Identification based on Hand Gestures
 
IRJET - Hand Gestures Recognition using Deep Learning
IRJET -  	  Hand Gestures Recognition using Deep LearningIRJET -  	  Hand Gestures Recognition using Deep Learning
IRJET - Hand Gestures Recognition using Deep Learning
 
Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...
 
Sign Language Recognition using Mediapipe
Sign Language Recognition using MediapipeSign Language Recognition using Mediapipe
Sign Language Recognition using Mediapipe
 
Sign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningSign Language Recognition using Machine Learning
Sign Language Recognition using Machine Learning
 
DHWANI- THE VOICE OF DEAF AND MUTE
DHWANI- THE VOICE OF DEAF AND MUTEDHWANI- THE VOICE OF DEAF AND MUTE
DHWANI- THE VOICE OF DEAF AND MUTE
 
DHWANI- THE VOICE OF DEAF AND MUTE
DHWANI- THE VOICE OF DEAF AND MUTEDHWANI- THE VOICE OF DEAF AND MUTE
DHWANI- THE VOICE OF DEAF AND MUTE
 
IRJET - Chatbot with Gesture based User Input
IRJET -  	  Chatbot with Gesture based User InputIRJET -  	  Chatbot with Gesture based User Input
IRJET - Chatbot with Gesture based User Input
 
IRJET - Mutecom using Tensorflow-Keras Model
IRJET - Mutecom using Tensorflow-Keras ModelIRJET - Mutecom using Tensorflow-Keras Model
IRJET - Mutecom using Tensorflow-Keras Model
 
IRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine LearningIRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine Learning
 
Real Time Sign Language Detection
Real Time Sign Language DetectionReal Time Sign Language Detection
Real Time Sign Language Detection
 
Hand Gesture Recognition System Using Holistic Mediapipe
Hand Gesture Recognition System Using Holistic MediapipeHand Gesture Recognition System Using Holistic Mediapipe
Hand Gesture Recognition System Using Holistic Mediapipe
 
IRJET- ASL Language Translation using ML
IRJET- ASL Language Translation using MLIRJET- ASL Language Translation using ML
IRJET- ASL Language Translation using ML
 
IRJET- Vision Based Sign Language by using Matlab
IRJET- Vision Based Sign Language by using MatlabIRJET- Vision Based Sign Language by using Matlab
IRJET- Vision Based Sign Language by using Matlab
 
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLE
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLEHAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLE
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLE
 
IRJET - Sign Language Text to Speech Converter using Image Processing and...
IRJET -  	  Sign Language Text to Speech Converter using Image Processing and...IRJET -  	  Sign Language Text to Speech Converter using Image Processing and...
IRJET - Sign Language Text to Speech Converter using Image Processing and...
 
IRJET- Review on Text Recognization of Product for Blind Person using MATLAB
IRJET-  Review on Text Recognization of Product for Blind Person using MATLABIRJET-  Review on Text Recognization of Product for Blind Person using MATLAB
IRJET- Review on Text Recognization of Product for Blind Person using MATLAB
 

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 STRUCTURE
IRJET 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 Characteristics
IRJET 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 ADAS
IRJET 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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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

CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
Ratnakar Mikkili
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 

Recently uploaded (20)

CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 

Sign Language Detection using Action Recognition

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1077 Sign Language Detection using Action Recognition Kavadapu Nikhitha Computer Science and Engineering Sreenidhi Institute Of Science and Technology Hyderabad, Telanganga, India. M Yellama Assistant Professor Computer Science and Engineering Sreenidhi Institute Of Science and Technology Hyderabad, Telanganga, India. Kota Manish Kumar Computer Science and Engineering Sreenidhi Institute Of Science and Technology Hyderabad, Telanganga, India. B Vasundhara Devi Assistant Professor Computer Science and Engineering Sreenidhi Institute Of Science and Technology Hyderabad, Telanganga, India. Siddharth Kumar Singh Computer Science and Engineering Sreenidhi Institute Of Science and Technology Hyderabad, Telanganga, India. ---------------------------------------------------------------------------***--------------------------------------------------------------------------- Abstract— There are learning aids available for those who are deaf or have trouble speaking or hearing, but they are rarely used. Live sign motions would be handled via image processing in the suggested system, which would operate in real-time. Classifiers would then be employed to distinguish between distinct signs, and the translated output would show text. On the set of data, machine learning algorithms will be trained. With the use of effective algorithms, top-notch data sets, and improved sensors, the system aims to enhance the performance of the current system in this area in terms of response time and accuracy. Due to the fact that they solely employ image processing, the current systems can identify movements with considerable latency. In this project, our research aims to create a cognitive system that is sensitive and reliable so that persons with hearing and speech impairments may utilize it in day-to-day applications. Keywords— Image Processing, sign motions, sensors, speaking or hearing I. INTRODUCTION It can be extremely difficult to talk to persons who have hearing loss. The use of hand gestures in sign language by the deaf and the mute makes it difficult for non-disabled persons to understand what they are saying. As a result, there is a need for systems that can identify various symptoms and notify everyday people of what they mean. For the deaf and dumb, it is essential to develop specific sign language applications so they may readily interact with others who do not understand sign language. Our project's main objective is to begin bridging the communication gap between hearing people and deaf and dumb sign language users. Our research's major objective is to develop a vision- based system that can identify sign language motions in action or video sequences. The following was the method used for the sign language gestures: The spatial and temporal characteristics of video sequences. We have used models to learn both temporal and spatial features. The recurrent neural network's LSTM model was II. OBJECTIVES The objective of this paper is that the goal of Sign Language Recognition (SLR) systems is to provide an accurate and efficient means to translate sign language into text or voice for various applications, such as making it possible for young children to engage with computers by understanding sign language. III. REVIEWOF RELATED LITERATURE Most of the research in this sector is conducted with a glovebased technique. Sensors like potentiometers, accelerometers, and other devices are mounted to each finger in the glovebased system. The corresponding alphabet is shown in accordance with what they read. A glove-based gesture recognition system created by Christopher Lee and Yangsheng Xu was able to recognise 14 of the hand alphabetic letters, learn new gestures, and update the model of each gesture in the system in real-time. Over time, sophisticated glove technologies like the Sayre Glove, Dexterous Hand Master, and Power Glove have been developed. The primary issue with this glove-based system is that every time a new user logs in, it needs to be calibrated.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1078 Fig 1: Finger Spelling Sign Language IV. METHODS AND RESULTS Proposed method: Long short-term memory networks, or LSTMs, are employed in deep learning. Many recurrent neural networks (RNNs) are able to learn long-term dependencies, particularly in tasks involving sequence prediction. Researchers have created a variety of sign language recognition (SLR) systems, however they are only able to recognise individual sign motions. In this study, we suggest a modified long short-term memory (LSTM) model for continuous sequences of gestures, also known as continuous SLR, which can identify a series of linked gestures. Since LSTM networks can learn long-term dependencies, they were investigated and used for the classification of gesture data. The created model had a 98% classification accuracy for 26 motions, demonstrating the viability of employing LSTMbased neural networks for sign language translation. Methodology: Our suggested system is a sign language recognition system that recognizes a range of motions by recording video and turning it into independent sign language labels. Hand pixels are then categorized and matched to a picture before being compared to a trained model. As a result, our algorithm is particularly effective at locating specific character labels. Our suggested system is a sign language recognition system that identifies diverse movements in video recordings and converts them into separate frames. The hand pixels are then split and matched to the resulting picture before being transmitted for comparison with a trained model, thus our method is quite tight in determining precise text labels for characters. The proposed system includes Collaborative Communication, which enables users to communicate effectively. In order to overcome language or speech obstacles, the suggested system includes an Embedded Voice Module with a User- Friendly Interface. The main advantage of this suggested system is that it may be utilised for communication by both verbal speakers and sign language users. The proposed system is written in Python and employs the YOLOv5 Algorithm, which includes modules such as a graphical user interface for ease of use, a training module to train CNN models, a gesture module that allows users to create their own gestures, a word formation module that allows users to create words by combining gestures, and a speech module that converts the converted text to speech. Our suggested approach is intended to alleviate the issues that deaf people in India confront. This system is intended to translate each word that is received. Fig 2 System Architecture A. Image Acquisition: It is the process of removing a picture from a source, usually one that is hardware-based, for image processing. The hardware-based source for our project is Web Camera. Due to the fact that no processing can be done without a picture, it is the initial stage in the workflow sequence. The image that is obtained has not undergone any kind of processing. B. Segmentation: It is the process of removing objects or signs from the background of a recorded image. The segmentation procedure makes use of edge detection, skin-color detection, and context subtraction. To recognize gestures, the motion and location of the hand must be recognized and segmented. C. Features Extraction: The preprocessed images are then utilized to extract predefined features such as form, contour, geometrical feature (position, angle, distance, etc.), color feature, histogram, and others that are then used for sign classification or recognition. A phase in the dimensionality reduction process that separates and organizes a sizable collection of raw data is called feature extraction. Lowered
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1079 to more manageable, smaller class sizes Processing would be easier as a result. The most crucial characteristic of these big data sets is their abundance of variables. A significant amount of computer power is required to process these variables. Function extraction, which chooses and combines variables into functions, enables the extraction of the best feature from enormous data sets. lowering the data's size. Fig 3 Preprocessing The following are the stages of preprocessing: 1. Morphological Transform: An input image's structural feature is used by morphological processes to produce an output image of a similar size. To identify the value of each pixel in the output image, it compares the matching pixel in the input image with its neighbours. Two distinct types of morphological changes exist they are Dilation and Erosion. 2. Blurring: A low-pass filter applied to an image is an illustration of blur ring. In computer vision, the term "low-pass filter" describes the process of removing noise from an image while leaving the majority of the image untouched. Before doing more complex operations, including edge detection, the blur must be finished. 3. Recognition: Children who have hearing loss are at a disadvantage since they find it difficult to understand the lectures that are shown on the screen. The American Sign Language was developed to assist these kids in managing their schooling as well as to make daily life easier for them. To assist these kids in learning, we came up with a model that would let them make ASL motions to the camera, which would then interpret them and give feedback on what language was understood. To do this, we combined Mediapipe Holistic with OpenCV to determine the essential indicators of the poser with all the values that needed to be collected and trained on the Long Short Term Memory 4. Text Output Recognizing diverse postures and bodily gestures, as well as converting them into text, to better understand human behaviour. State Chart Diagram: A state machine that illustrates class behavior is described by a state chart diagram. By simulating the life cycle of objects from each class, it depicts the actual state changes rather than the procedures or commands that brought about those changes. It explains how an object transitions between its various states. In the State Chart Diagram, there are primarily two states: Initial Condition 2. The final state. Following are a few of the elements of a state chart diagram: State: It is a state or circumstance in an object's life cycle in which it meets the same condition, carries out an action, or waits for an event. Transition: A relationship between two states known as a "transition" shows that an object in the first state takes some actions before moving on to the next state or event. An event is a description of a noteworthy occurrence that takes place at a specified time and place. Fig 4: State Chart
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1080 Result: Fig 5: Result V. CONCLUSIONS Hand gestures, which are a powerful form of communication, have a number of potential uses in the field of human computer interaction. There are a number of proven advantages to the method of hand motion recognition utilising vision. Videos are difficult to analyse because they have both temporal and spatial properties. We have used models to categorise depending on the spatial and temporal data. LSTM was used to classify based on both attributes. If we take into account all the conceivable combinations of gestures that a system of this kind needs to comprehend and translate, sign language recognition is a challenging challenge. Having said that, it is perhaps best to break this difficulty down into smaller difficulties, with the approach provided here serving as a potential solution to one of them. Although the system wasn't very effective, it showed that a first-person sign language translation system could be constructed using only cameras and convolutional neural networks. It was discovered that the model frequently mixed together different signs, including U and W. But after some consideration, perhaps it doesn't need to operate flawlessly because applying an orthography corrector or a word predictor will improve translation accuracy. Analyzing the answer and researching ways to enhance the system are the following steps. The vision system may be redesigned, more highquality data could be gathered, and new convolutional neural network architectures could be tested. VI. FUTURE SCOPE For the recognition of single language words and sentences, we can create a model. A system that can recognise changes in the temporal space will be needed for this. By creating a comprehensive offering, we can bridge the communication gap for those who are deaf or hard of hearing. The system's image processing component needs to be enhanced in order for it to be able to communicate in both directions, i.e., convert spoken language to sign language and vice versa. We'll try to spot any motion-related indicators. Additionally, we'll concentrate on turning the series of motions into text, or words and sentences, and then turning that text into audible speech. VII. REFRENCES [1]https://www.google.com/url?sa=t&source=web&rct=j &url =https://arxiv.org/pdf/2107.13647&ved=2ahUKEwiRuKu FsI3 8AhX3XWwGHe2nAskQFnoECCkQAQ&usg=AOvVaw34S UJaWAK83ZC_C97CLK4p [2]https://ijrpr.com/uploads/V2ISSUE9/IJRPR1329.pdf