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: 08 | August 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 563
Design and Development of Motion Based Continuous Sign Language
Detection
Vijayaraghavan R, Hrishi S Kakol, Mithun TP
Student, Dept. of ETE, R V College of Engineering, Bengaluru, Karnataka
Student, Dept. of ETE, R V College of Engineering, Bengaluru, Karnataka
Assistant Professor, Dept. of ETE, R V College of Engineering, Bengaluru, Karnataka
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Sign language, a structured form of hand
gestures incorporating visual motions and signals, is utilised
as a communication mechanism to assist the deaf and speech-
impaired communities in their daily interactions. Many
previous works make use of simpler algorithms rather than
efficient ones like MediaPipe holistic to extract features. Also
the use of pre-existing data set can limit the accuracy as
opposed to developing a custom based one. Real time feed is
captured from the webcam and preprocessed by excludingthe
user’s facial features and enhancing only the hands. It is user-
friendly because no extra hardware is used. This image is then
passed through several layers of a Convolutional Neural
Network(CNN) with the usage of an advanced pooling layer,
for detection of signs. Gesture recognition is executed withthe
use of MediaPipe Holistic whose major functionality is
detecting feature points of hands and face of the user. The
extracted feature points are used to detect the gestures with
the help of a Hidden Markov Model (HMM) and Long Short-
Term Memory (LSTM) model. Using this methodology, we
achieve an epoch categorical accuracy of 91%. With the help
of this system, the communication gap between the hearing-
and speech-impaired and the general public is meant to be
closed.
Key Words: ISL, CNN, HMM, MediaPipe Holistic, Image
Processing, Machine Learning, Sign Language.
1. INTRODUCTION
The international federation of the deaf estimates that over
300 sign languages are used by 70 million deaf individuals
worldwide. The deaf and speech-impaired community uses
sign language as a structured form of hand gestures
incorporating visual motions and signals to aid with daily
contact. Recognition of sign languages wouldaidinlowering
social obstacles for sign language users. Using this
technology, the speechandhearingimpairedcommunity can
communicate with the rest of the world.
Like spoken language, sign language is not universal andhas
its own regional variations. Some of the most widely used
sign languagesworldwideareAmericanSignLanguage(ASL),
British Sign Language (BSL), Indian Sign Language(ISL),etc.
Since most ASL signs aremade with a single hand and are
therefore simpler, the majority of studies in this field focus
on ASL recognition. The fact that ASL already has a usable
standard database is another appealing aspect. ISL is
different from sign languages spoken in other countries in
terms of syntax, phonology, morphology, and grammar. The
Rehabilitation Council of India authorised the teaching
materials, ISL grammar, ISL teaching programmes, ISL
teacher training courses, and ISL teacher training in 2002.
There hasn't been much study done on ISL recognition since
the language was just recently established and because
tutorials on ISL gestures weren't readily available. Indian
Sign Language (ISL) is more dependent on both hands than
American Sign Language (ASL), making an ISL recognition
system more complicated. The impetus for designing such a
useful application sprang from the fact that it would be
extremely beneficial for socially assisting individualsaswell
as raising social awareness. . Systems for sign language
development have been created using a variety of methods.
These may be broadly divided into sensor-based systems
and vision-based systems. Data was collected from various
sources and processed in a similar manner in both
procedures. The algorithms for extracting indications from
photos varied.
Hand shape and hand motions will be retrieved for sign
language. As a result, hand characteristicsarecrucial inhand
identification. Fingertips, knuckles, and the palm's centre
will be sensed. Various soft computing-based algorithms for
gesture detection, such as neural networks, hidden markov
models, and long short-term memory(LSTM)models,will be
employed using the dataset built particularly for ISL. Fig 1
represents all the signs that are in the ISL.
Fig-1: Signs in the Indian Sign Language
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 08 | August 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 564
2. PROPOSED WORK
To classify dynamic motions, a real-time capture from the
webcam at 30 frames per second will be obtained and
examined frame by frame. For extracting the hand region
from the input video frame, the system will utilise a skin
filter. Since HSV colour space is less susceptible to variations
in lighting, the image frame will also be transformed into the
HSV colour system. From the video frame that was obtained,
the ROI will be extracted, and noise will be removed.
To improve the accuracy and detection speed of the system
and to aid in subsequentphasesofclassification,thecollected
video frame is transformed to a binary picture. This input is
fed through a CNN model thatis trained withcustomdataset,
to detect the sign.
ISL includes complex and compound motion based gestures
that use both hands and a set of variations within in each. In
order to track the motion,twomethodswereconsidered.One
is the grid based method, where the motion is tracked using
relative pixel location of the ROI and subsequently training a
HMM model withthisdata.Theothermethodutilizesfeature-
points that are extracted using MediaPipe Holistic, which
marks the ROI suchas fingers, palms and wristsandtrackthe
motion of these feature points in a sequence of frames, and
train a LSTM model based off of this data, which is used for
gesture detection.
Another proposed is translation of English to ISL where a
sequence of the signs required to convey the entered
message, is displayed to the user.
3. METHODOLOGY
The methodology of the project can be divided into three
subsections broadly. They are as follows:
• Image Processing - The first subsection deals with
feature extraction from the input image or sequence of
images. In order to be able to detect hand sings, skin
masking is done. A colourful image is transformed into
a binary skin mask using this technique. To properly
determine if the current pixel is into the skin colour
space or not, we employ colour components. As a
consequence, a binary image called skin mask is
produced. Figure2 shows theresultafter skinmasking
is done.
Fig-2: Skin Masking
For gesture recognition, the relative position of hands
and fingers is essential. Thus feature points such as
fingertips, knuckles, palms and wrist are extracted
using MediaPipeHolistic,tofurthertrainaLSTMmodel
based on these feature-points.
Fig-3:Featurepoints detected in real-timewebcamefeed
As seen in Figure 3, there are four basic feature-points,
also known as landmarks that we use to orient and
classify the image data. They are Pose landmarks, Face
landmarks, Right hand and Left hand landmarks.
• Training of Model - The present signs are categorized
and labeled for future detection, constituting a label
map. Further we create TF records for the label map
laid out. TF records store thelabelmapinasequenceof
binary records The real-time image data is amassed to
build a robust data set with real-world scenarios in
consideration, in order to make the model more
practical and not constrained to formulated testing
conditions. It acquires a collection of 100 images for
each label – alphabets and numbers, where eachimage
is flipped to make detection more universal. These
images are then segmented and labeled to create
corresponding “.npy” files which essentially map out
the ROI from the entire image into a more computable
array format. Tensorflow library is used to create a
CNN model with the configuration that is set and using
the dataset that was just created, with labels. The
dataset is split in a ratio of 70:30 where 70% of the
dataset images are used for training the model and
30% of the images are used for testing the model. In
order to track the motion, two methods were
considered. One is the grid based method, where the
motion is tracked using relative pixel location of the
ROI and subsequently training a HMM model with this
data. The other method utilizes feature-points that are
extracted using MediaPipe Holistic, which marks the
ROI such as fingers, palms and wrists and track the
motion of these feature points in a sequence of frames,
and train a LSTM model based off of this data. Basedon
trial runs, LSTM method proved to be more accurate.
Here, the dataset iscreated by considering anumberof
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 08 | August 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 565
gestures from ISL, and for each gesture – a set of 50
frames is collected in sequence with the feature-points
marked and this is iterated 50 times for each gesture.
The extracted feature-points (key-points) are
formulated in the form of an array with the
corresponding co-ordinates of each feature-point.
Similar to hand sign recognition, a label map with the
gestures chosen for training is created. The extracted
data, in the form of an array, that contain the co-
ordinates of the feature-points are labelled by
associating each frame-sequence data with
corresponding entity in the label map.
• User Interface and Translation of English to ISL - In
order to make this work complete, it only made sense
to include translation of EnglishtoISLaswell.Here,the
program takes a text input (string input) and breaks it
down into phrases and words. Further, it checks if
there is a gesture available in the repository of the ISL
gestures that is stored locally, for each phraseandthen
breaks down words into individual characters. Once
this is done, a window pops up to display the gestures
and signs required to represent the input text, in
accordance with ISL. This is done using the OpenCV
module, by using a locally saved repository of all the
signs and gestures available in ISL. Using GUIZero, a
minimalistic user interface was developed. Each of the
above mentioned components can be easily accessed
through this UI, without facing any trouble.
4. IMPLEMENTATION AND RESULTS
The results obtained from hand sign detection for individual
alphabets and numbers is as shown below. Figure 4 shows
some of the alphabets recognized with a practical
background.
Fig-4: Alphabets as detected by the program
In conjunction of ideal surroundings,backgroundandproper
presentation of hand gestures, accuracy levels of above 90%
is achievable. Some things to be noted to achieve ideal
accuracy is to maintain distinctive colors, emphasis on
displaying the hand gestures more than the whole body and
to eradicate any disturbances that may arise. Figure 5 shows
the confusion matrix for all the alphabets optimized for true
positive values which are continually passed through the
model for the betterment of results.
Fig-5: Confusion matrix obtained during testing of
Alphabet recognition
The results obtained from compounded hand gestures
detection in a motion based scenario is as shown below.
Some of the gestures recognizedareshownbelowinFigure6.
Fig. 6. Motion gestures as detected by the program
Fig. 7. Epoch Accuracy and Epoch Loss of the trained model
We observe that many of the gestures in ISL, take cues from
experiences of reality to simplify someofthecommonlyused
phrases. These may include phrases like “Good afternoon”,
“Good morning”,“Sorry”,“Stress”,“Happybirthday”,etc.Thus
we can observe that the usage of pre-trained alphabets
cannot be implemented here and a new model was
developed. This newmodelhasamaximumepochsettingof5
passes per 50 orientations of featurepoint arrays. The epoch
accuracy and epoch loss values obtained using Tensorboard,
are shown below in Figure 7.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 08 | August 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 566
5. RELATED WORK
There has been significant amount of work in this sector in
order to tackle the difficulties faced by the speech and
hearing impaired. Existing solutions have the limitations of
requiring the user to wear dataglovesorcolourfulglovesand
requiring a clear background with only the user's handinthe
frame. Most systems relysolelyonhandgestures,whileother
sign languages additionally include facial expressions to
represent some phrases. This remains a significant difficulty
in the field of signlanguagerecognition.Morefocusshouldbe
placed on identifying elements that can completely
distinguish each sign regardless of hand size, distance from
the source, colour features, or lighting
circumstances[1][2].Another present work employs
inception, a CNN (convolutional neural network) for
detecting spatial information, and an RNN (recurrent neural
network) fortraining on temporal variables. It solely utilises
the American SignLanguagedataset.Whenshownpicturesof
users with various skin tones or wearing a wide range of
clothing colours, the model suggested here performs less
accurately.[3] The alphabet is recognised by segmenting the
hand in the collected framesand analysing thepositionofthe
fingers. The characteristics ofeach finger,includingtheangle
between them, the number of them that are totally open,
entirely closed, or partially closed, and their individual
identity, are used to identify each finger[4][5]. A support
vector machine was used to classify the gestures after
extracting the hu-moments and motion trajectories from the
picture frames. Both a webcam and an MS Kinect were used
to test the system[6]. Additionally, evaluation of several
models is performed and well discussed. The models that
employ convex hull for feature extraction and KNN (K-
nearest neighbours) for classification have the greatest
accuracy of all the ones that were evaluated, coming in at
roughly 65%. Additionally, by employingalargerdatasetand
a more effective classifier, the accuracy maybeimproved.[7].
Another system that detects in real-time using grid-based
characteristics was proposed. The then-current methods
either offered only moderate accuracy or did not operate in
real-time, whereas this system focused primarily on
increasingaccuracy andutilisingreal-timeimages.Itcanonly
accurately recognise poses and movements made with a
single hand and employs a grid-based feature extraction
approach.
6. CONCLUSION AND FURTHER PROSPECTS
repository of data towards the ISL was developed to further
aid the learning process. Much improvement can be made in
developing the system to handle various kind of
unsupportive scenarios, grow and train the datasets to a
much more accurate percentage and to make the system
more accesible and condusive to handle it.
The system presentedislimitedtoIndianSignLanguage.This
could be expanded to various other systems of sign language
around the world. It can also be made to extend support for
translation of Sign languages into vernacular languages.
Another defining factor for the speech and hearing impaired
individuals is to be able to recognizeandcomprehendspeech
through lip movements. Including this feature in the system,
would make it more robust and convenient. The translation
of English into signlanguagecanbeimprovedbycustomizing
a repository of motion gestures incorporated in the Indian
Sign Language to be used for its translation.
REFERENCES
[1] Gilorkar, Neelam K. and Manisha M. Ingle. “A Review on
Feature Extraction for Indian and American Sign
Language.” International Journal of Computer Science
and Information Technologies, 2014, pp. 314-318
[2] V.Nair, Anuja & V, Bindu. “A Review on Indian Sign
Language Recognition.” International Journal of
Computer Applications, 2013, pp. 0975 – 8887
[3] K. Bantupalli and Y. Xie, "American Sign Language
Recognition using Deep LearningandComputer Vision,"
2018 IEEE International Conference on Big Data (Big
Data), 2018, pp. 4896-4899K. Elissa,
[4] R. K. Shangeetha., V. Valliammai. and S. Padmavathi.,
"Computer vision based approach for Indian Sign
Language character recognition," 2012 International
Conference on Machine Vision and Image Processing
(MVIP), 2012, pp. 181-184
[5] Tavari, Neha V. and Prof. A. V. Deorankar. “Indian Sign
Language Recognition based on Histograms of Oriented
Gradient.” International Journal of Computer Science
and Information Technologies, 2014, pp. 3657-3660
[6] Raheja, J.L., Mishra A. & Chaudhary A. “Indian sign
language recognition using SVM.” Pattern Recognition
and Image Analysis, 2016, pp. 434–441
[7] K. Amrutha and P. Prabu, "ML Based Sign Language
Recognition System," 2021 International Conferenceon
Innovative Trends in Information Technology (ICITIIT),
2021, pp. 1-6
[8] K. Shenoy, T. Dastane, V. Rao and D. Vyavaharkar, "Real-
time Indian Sign Language (ISL) Recognition," 2018 9th
International Conferenceon Computing,Communication
and Networking Technologies (ICCCNT), 2018, pp. 1-9
As previously mentioned, there exists a shortage models and
research to modernise the usage of ISLwithinIndiaaswellas
in a global platform. Thus the effort towards it in creating a
robust system to detect ISL was an impeding necessity.
Therefore the original objective to develop such a system to
automatically detect and classify ISL was developed without
the need of any physical aids. This was achievable to a
satisfactory accuracy with the usage of algorithms like CNN,
LSTM, HMM and modern feature extraction techniques like
the media pipe holistic. In addition to this a custom

More Related Content

Similar to Design and Development of Motion Based Continuous Sign Language Detection

Sign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningSign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningIRJET Journal
 
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNINGSIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNINGIRJET 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 MatlabIRJET Journal
 
IRJET- ASL Language Translation using ML
IRJET- ASL Language Translation using MLIRJET- ASL Language Translation using ML
IRJET- ASL Language Translation using MLIRJET Journal
 
Gestures Based Sign Interpretation System using Hand Glove
Gestures Based Sign Interpretation System using Hand GloveGestures Based Sign Interpretation System using Hand Glove
Gestures Based Sign Interpretation System using Hand GloveIRJET Journal
 
IRJET- Hand Gesture Recognition System using Convolutional Neural Networks
IRJET- Hand Gesture Recognition System using Convolutional Neural NetworksIRJET- Hand Gesture Recognition System using Convolutional Neural Networks
IRJET- Hand Gesture Recognition System using Convolutional Neural NetworksIRJET Journal
 
IRJET- Sign Language Interpreter
IRJET- Sign Language InterpreterIRJET- Sign Language Interpreter
IRJET- Sign Language InterpreterIRJET Journal
 
Real time Myanmar Sign Language Recognition System using PCA and SVM
Real time Myanmar Sign Language Recognition System using PCA and SVMReal time Myanmar Sign Language Recognition System using PCA and SVM
Real time Myanmar Sign Language Recognition System using PCA and SVMijtsrd
 
Dynamic Hand Gesture Recognition for Indian Sign Language: A Review
Dynamic Hand Gesture Recognition for Indian Sign Language: A ReviewDynamic Hand Gesture Recognition for Indian Sign Language: A Review
Dynamic Hand Gesture Recognition for Indian Sign Language: A ReviewIRJET Journal
 
Segmentation, tracking and feature extraction
Segmentation, tracking and feature extractionSegmentation, tracking and feature extraction
Segmentation, tracking and feature extractionijcsa
 
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 InputIRJET Journal
 
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNINGKANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNINGIRJET Journal
 
Iaetsd appearance based american sign language recognition
Iaetsd appearance based  american sign language recognitionIaetsd appearance based  american sign language recognition
Iaetsd appearance based american sign language recognitionIaetsd Iaetsd
 
Computer Based Human Gesture Recognition With Study Of Algorithms
Computer Based Human Gesture Recognition With Study Of AlgorithmsComputer Based Human Gesture Recognition With Study Of Algorithms
Computer Based Human Gesture Recognition With Study Of AlgorithmsIOSR Journals
 
Real Time Sign Language Detection
Real Time Sign Language DetectionReal Time Sign Language Detection
Real Time Sign Language DetectionIRJET Journal
 
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb PeopleIRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb PeopleIRJET Journal
 
Sign Language Recognition using Mediapipe
Sign Language Recognition using MediapipeSign Language Recognition using Mediapipe
Sign Language Recognition using MediapipeIRJET Journal
 
IRJET- Tamil Sign Language Recognition Using Machine Learning to Aid Deaf and...
IRJET- Tamil Sign Language Recognition Using Machine Learning to Aid Deaf and...IRJET- Tamil Sign Language Recognition Using Machine Learning to Aid Deaf and...
IRJET- Tamil Sign Language Recognition Using Machine Learning to Aid Deaf and...IRJET Journal
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET Journal
 
SIGN LANGUAGE RECOGNITION USING CNN
SIGN LANGUAGE RECOGNITION USING CNNSIGN LANGUAGE RECOGNITION USING CNN
SIGN LANGUAGE RECOGNITION USING CNNIRJET Journal
 

Similar to Design and Development of Motion Based Continuous Sign Language Detection (20)

Sign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningSign Language Recognition using Machine Learning
Sign Language Recognition using Machine Learning
 
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNINGSIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
 
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- ASL Language Translation using ML
IRJET- ASL Language Translation using MLIRJET- ASL Language Translation using ML
IRJET- ASL Language Translation using ML
 
Gestures Based Sign Interpretation System using Hand Glove
Gestures Based Sign Interpretation System using Hand GloveGestures Based Sign Interpretation System using Hand Glove
Gestures Based Sign Interpretation System using Hand Glove
 
IRJET- Hand Gesture Recognition System using Convolutional Neural Networks
IRJET- Hand Gesture Recognition System using Convolutional Neural NetworksIRJET- Hand Gesture Recognition System using Convolutional Neural Networks
IRJET- Hand Gesture Recognition System using Convolutional Neural Networks
 
IRJET- Sign Language Interpreter
IRJET- Sign Language InterpreterIRJET- Sign Language Interpreter
IRJET- Sign Language Interpreter
 
Real time Myanmar Sign Language Recognition System using PCA and SVM
Real time Myanmar Sign Language Recognition System using PCA and SVMReal time Myanmar Sign Language Recognition System using PCA and SVM
Real time Myanmar Sign Language Recognition System using PCA and SVM
 
Dynamic Hand Gesture Recognition for Indian Sign Language: A Review
Dynamic Hand Gesture Recognition for Indian Sign Language: A ReviewDynamic Hand Gesture Recognition for Indian Sign Language: A Review
Dynamic Hand Gesture Recognition for Indian Sign Language: A Review
 
Segmentation, tracking and feature extraction
Segmentation, tracking and feature extractionSegmentation, tracking and feature extraction
Segmentation, tracking and feature extraction
 
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
 
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNINGKANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
 
Iaetsd appearance based american sign language recognition
Iaetsd appearance based  american sign language recognitionIaetsd appearance based  american sign language recognition
Iaetsd appearance based american sign language recognition
 
Computer Based Human Gesture Recognition With Study Of Algorithms
Computer Based Human Gesture Recognition With Study Of AlgorithmsComputer Based Human Gesture Recognition With Study Of Algorithms
Computer Based Human Gesture Recognition With Study Of Algorithms
 
Real Time Sign Language Detection
Real Time Sign Language DetectionReal Time Sign Language Detection
Real Time Sign Language Detection
 
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb PeopleIRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb People
 
Sign Language Recognition using Mediapipe
Sign Language Recognition using MediapipeSign Language Recognition using Mediapipe
Sign Language Recognition using Mediapipe
 
IRJET- Tamil Sign Language Recognition Using Machine Learning to Aid Deaf and...
IRJET- Tamil Sign Language Recognition Using Machine Learning to Aid Deaf and...IRJET- Tamil Sign Language Recognition Using Machine Learning to Aid Deaf and...
IRJET- Tamil Sign Language Recognition Using Machine Learning to Aid Deaf and...
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb People
 
SIGN LANGUAGE RECOGNITION USING CNN
SIGN LANGUAGE RECOGNITION USING CNNSIGN LANGUAGE RECOGNITION USING CNN
SIGN LANGUAGE RECOGNITION USING CNN
 

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

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
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
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
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
 
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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
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
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 

Recently uploaded (20)

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
★ 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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
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
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
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
 
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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
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
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 

Design and Development of Motion Based Continuous Sign Language Detection

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 08 | August 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 563 Design and Development of Motion Based Continuous Sign Language Detection Vijayaraghavan R, Hrishi S Kakol, Mithun TP Student, Dept. of ETE, R V College of Engineering, Bengaluru, Karnataka Student, Dept. of ETE, R V College of Engineering, Bengaluru, Karnataka Assistant Professor, Dept. of ETE, R V College of Engineering, Bengaluru, Karnataka ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Sign language, a structured form of hand gestures incorporating visual motions and signals, is utilised as a communication mechanism to assist the deaf and speech- impaired communities in their daily interactions. Many previous works make use of simpler algorithms rather than efficient ones like MediaPipe holistic to extract features. Also the use of pre-existing data set can limit the accuracy as opposed to developing a custom based one. Real time feed is captured from the webcam and preprocessed by excludingthe user’s facial features and enhancing only the hands. It is user- friendly because no extra hardware is used. This image is then passed through several layers of a Convolutional Neural Network(CNN) with the usage of an advanced pooling layer, for detection of signs. Gesture recognition is executed withthe use of MediaPipe Holistic whose major functionality is detecting feature points of hands and face of the user. The extracted feature points are used to detect the gestures with the help of a Hidden Markov Model (HMM) and Long Short- Term Memory (LSTM) model. Using this methodology, we achieve an epoch categorical accuracy of 91%. With the help of this system, the communication gap between the hearing- and speech-impaired and the general public is meant to be closed. Key Words: ISL, CNN, HMM, MediaPipe Holistic, Image Processing, Machine Learning, Sign Language. 1. INTRODUCTION The international federation of the deaf estimates that over 300 sign languages are used by 70 million deaf individuals worldwide. The deaf and speech-impaired community uses sign language as a structured form of hand gestures incorporating visual motions and signals to aid with daily contact. Recognition of sign languages wouldaidinlowering social obstacles for sign language users. Using this technology, the speechandhearingimpairedcommunity can communicate with the rest of the world. Like spoken language, sign language is not universal andhas its own regional variations. Some of the most widely used sign languagesworldwideareAmericanSignLanguage(ASL), British Sign Language (BSL), Indian Sign Language(ISL),etc. Since most ASL signs aremade with a single hand and are therefore simpler, the majority of studies in this field focus on ASL recognition. The fact that ASL already has a usable standard database is another appealing aspect. ISL is different from sign languages spoken in other countries in terms of syntax, phonology, morphology, and grammar. The Rehabilitation Council of India authorised the teaching materials, ISL grammar, ISL teaching programmes, ISL teacher training courses, and ISL teacher training in 2002. There hasn't been much study done on ISL recognition since the language was just recently established and because tutorials on ISL gestures weren't readily available. Indian Sign Language (ISL) is more dependent on both hands than American Sign Language (ASL), making an ISL recognition system more complicated. The impetus for designing such a useful application sprang from the fact that it would be extremely beneficial for socially assisting individualsaswell as raising social awareness. . Systems for sign language development have been created using a variety of methods. These may be broadly divided into sensor-based systems and vision-based systems. Data was collected from various sources and processed in a similar manner in both procedures. The algorithms for extracting indications from photos varied. Hand shape and hand motions will be retrieved for sign language. As a result, hand characteristicsarecrucial inhand identification. Fingertips, knuckles, and the palm's centre will be sensed. Various soft computing-based algorithms for gesture detection, such as neural networks, hidden markov models, and long short-term memory(LSTM)models,will be employed using the dataset built particularly for ISL. Fig 1 represents all the signs that are in the ISL. Fig-1: Signs in the Indian Sign Language
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 08 | August 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 564 2. PROPOSED WORK To classify dynamic motions, a real-time capture from the webcam at 30 frames per second will be obtained and examined frame by frame. For extracting the hand region from the input video frame, the system will utilise a skin filter. Since HSV colour space is less susceptible to variations in lighting, the image frame will also be transformed into the HSV colour system. From the video frame that was obtained, the ROI will be extracted, and noise will be removed. To improve the accuracy and detection speed of the system and to aid in subsequentphasesofclassification,thecollected video frame is transformed to a binary picture. This input is fed through a CNN model thatis trained withcustomdataset, to detect the sign. ISL includes complex and compound motion based gestures that use both hands and a set of variations within in each. In order to track the motion,twomethodswereconsidered.One is the grid based method, where the motion is tracked using relative pixel location of the ROI and subsequently training a HMM model withthisdata.Theothermethodutilizesfeature- points that are extracted using MediaPipe Holistic, which marks the ROI suchas fingers, palms and wristsandtrackthe motion of these feature points in a sequence of frames, and train a LSTM model based off of this data, which is used for gesture detection. Another proposed is translation of English to ISL where a sequence of the signs required to convey the entered message, is displayed to the user. 3. METHODOLOGY The methodology of the project can be divided into three subsections broadly. They are as follows: • Image Processing - The first subsection deals with feature extraction from the input image or sequence of images. In order to be able to detect hand sings, skin masking is done. A colourful image is transformed into a binary skin mask using this technique. To properly determine if the current pixel is into the skin colour space or not, we employ colour components. As a consequence, a binary image called skin mask is produced. Figure2 shows theresultafter skinmasking is done. Fig-2: Skin Masking For gesture recognition, the relative position of hands and fingers is essential. Thus feature points such as fingertips, knuckles, palms and wrist are extracted using MediaPipeHolistic,tofurthertrainaLSTMmodel based on these feature-points. Fig-3:Featurepoints detected in real-timewebcamefeed As seen in Figure 3, there are four basic feature-points, also known as landmarks that we use to orient and classify the image data. They are Pose landmarks, Face landmarks, Right hand and Left hand landmarks. • Training of Model - The present signs are categorized and labeled for future detection, constituting a label map. Further we create TF records for the label map laid out. TF records store thelabelmapinasequenceof binary records The real-time image data is amassed to build a robust data set with real-world scenarios in consideration, in order to make the model more practical and not constrained to formulated testing conditions. It acquires a collection of 100 images for each label – alphabets and numbers, where eachimage is flipped to make detection more universal. These images are then segmented and labeled to create corresponding “.npy” files which essentially map out the ROI from the entire image into a more computable array format. Tensorflow library is used to create a CNN model with the configuration that is set and using the dataset that was just created, with labels. The dataset is split in a ratio of 70:30 where 70% of the dataset images are used for training the model and 30% of the images are used for testing the model. In order to track the motion, two methods were considered. One is the grid based method, where the motion is tracked using relative pixel location of the ROI and subsequently training a HMM model with this data. The other method utilizes feature-points that are extracted using MediaPipe Holistic, which marks the ROI such as fingers, palms and wrists and track the motion of these feature points in a sequence of frames, and train a LSTM model based off of this data. Basedon trial runs, LSTM method proved to be more accurate. Here, the dataset iscreated by considering anumberof
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 08 | August 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 565 gestures from ISL, and for each gesture – a set of 50 frames is collected in sequence with the feature-points marked and this is iterated 50 times for each gesture. The extracted feature-points (key-points) are formulated in the form of an array with the corresponding co-ordinates of each feature-point. Similar to hand sign recognition, a label map with the gestures chosen for training is created. The extracted data, in the form of an array, that contain the co- ordinates of the feature-points are labelled by associating each frame-sequence data with corresponding entity in the label map. • User Interface and Translation of English to ISL - In order to make this work complete, it only made sense to include translation of EnglishtoISLaswell.Here,the program takes a text input (string input) and breaks it down into phrases and words. Further, it checks if there is a gesture available in the repository of the ISL gestures that is stored locally, for each phraseandthen breaks down words into individual characters. Once this is done, a window pops up to display the gestures and signs required to represent the input text, in accordance with ISL. This is done using the OpenCV module, by using a locally saved repository of all the signs and gestures available in ISL. Using GUIZero, a minimalistic user interface was developed. Each of the above mentioned components can be easily accessed through this UI, without facing any trouble. 4. IMPLEMENTATION AND RESULTS The results obtained from hand sign detection for individual alphabets and numbers is as shown below. Figure 4 shows some of the alphabets recognized with a practical background. Fig-4: Alphabets as detected by the program In conjunction of ideal surroundings,backgroundandproper presentation of hand gestures, accuracy levels of above 90% is achievable. Some things to be noted to achieve ideal accuracy is to maintain distinctive colors, emphasis on displaying the hand gestures more than the whole body and to eradicate any disturbances that may arise. Figure 5 shows the confusion matrix for all the alphabets optimized for true positive values which are continually passed through the model for the betterment of results. Fig-5: Confusion matrix obtained during testing of Alphabet recognition The results obtained from compounded hand gestures detection in a motion based scenario is as shown below. Some of the gestures recognizedareshownbelowinFigure6. Fig. 6. Motion gestures as detected by the program Fig. 7. Epoch Accuracy and Epoch Loss of the trained model We observe that many of the gestures in ISL, take cues from experiences of reality to simplify someofthecommonlyused phrases. These may include phrases like “Good afternoon”, “Good morning”,“Sorry”,“Stress”,“Happybirthday”,etc.Thus we can observe that the usage of pre-trained alphabets cannot be implemented here and a new model was developed. This newmodelhasamaximumepochsettingof5 passes per 50 orientations of featurepoint arrays. The epoch accuracy and epoch loss values obtained using Tensorboard, are shown below in Figure 7.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 08 | August 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 566 5. RELATED WORK There has been significant amount of work in this sector in order to tackle the difficulties faced by the speech and hearing impaired. Existing solutions have the limitations of requiring the user to wear dataglovesorcolourfulglovesand requiring a clear background with only the user's handinthe frame. Most systems relysolelyonhandgestures,whileother sign languages additionally include facial expressions to represent some phrases. This remains a significant difficulty in the field of signlanguagerecognition.Morefocusshouldbe placed on identifying elements that can completely distinguish each sign regardless of hand size, distance from the source, colour features, or lighting circumstances[1][2].Another present work employs inception, a CNN (convolutional neural network) for detecting spatial information, and an RNN (recurrent neural network) fortraining on temporal variables. It solely utilises the American SignLanguagedataset.Whenshownpicturesof users with various skin tones or wearing a wide range of clothing colours, the model suggested here performs less accurately.[3] The alphabet is recognised by segmenting the hand in the collected framesand analysing thepositionofthe fingers. The characteristics ofeach finger,includingtheangle between them, the number of them that are totally open, entirely closed, or partially closed, and their individual identity, are used to identify each finger[4][5]. A support vector machine was used to classify the gestures after extracting the hu-moments and motion trajectories from the picture frames. Both a webcam and an MS Kinect were used to test the system[6]. Additionally, evaluation of several models is performed and well discussed. The models that employ convex hull for feature extraction and KNN (K- nearest neighbours) for classification have the greatest accuracy of all the ones that were evaluated, coming in at roughly 65%. Additionally, by employingalargerdatasetand a more effective classifier, the accuracy maybeimproved.[7]. Another system that detects in real-time using grid-based characteristics was proposed. The then-current methods either offered only moderate accuracy or did not operate in real-time, whereas this system focused primarily on increasingaccuracy andutilisingreal-timeimages.Itcanonly accurately recognise poses and movements made with a single hand and employs a grid-based feature extraction approach. 6. CONCLUSION AND FURTHER PROSPECTS repository of data towards the ISL was developed to further aid the learning process. Much improvement can be made in developing the system to handle various kind of unsupportive scenarios, grow and train the datasets to a much more accurate percentage and to make the system more accesible and condusive to handle it. The system presentedislimitedtoIndianSignLanguage.This could be expanded to various other systems of sign language around the world. It can also be made to extend support for translation of Sign languages into vernacular languages. Another defining factor for the speech and hearing impaired individuals is to be able to recognizeandcomprehendspeech through lip movements. Including this feature in the system, would make it more robust and convenient. The translation of English into signlanguagecanbeimprovedbycustomizing a repository of motion gestures incorporated in the Indian Sign Language to be used for its translation. REFERENCES [1] Gilorkar, Neelam K. and Manisha M. Ingle. “A Review on Feature Extraction for Indian and American Sign Language.” International Journal of Computer Science and Information Technologies, 2014, pp. 314-318 [2] V.Nair, Anuja & V, Bindu. “A Review on Indian Sign Language Recognition.” International Journal of Computer Applications, 2013, pp. 0975 – 8887 [3] K. Bantupalli and Y. Xie, "American Sign Language Recognition using Deep LearningandComputer Vision," 2018 IEEE International Conference on Big Data (Big Data), 2018, pp. 4896-4899K. Elissa, [4] R. K. Shangeetha., V. Valliammai. and S. Padmavathi., "Computer vision based approach for Indian Sign Language character recognition," 2012 International Conference on Machine Vision and Image Processing (MVIP), 2012, pp. 181-184 [5] Tavari, Neha V. and Prof. A. V. Deorankar. “Indian Sign Language Recognition based on Histograms of Oriented Gradient.” International Journal of Computer Science and Information Technologies, 2014, pp. 3657-3660 [6] Raheja, J.L., Mishra A. & Chaudhary A. “Indian sign language recognition using SVM.” Pattern Recognition and Image Analysis, 2016, pp. 434–441 [7] K. Amrutha and P. Prabu, "ML Based Sign Language Recognition System," 2021 International Conferenceon Innovative Trends in Information Technology (ICITIIT), 2021, pp. 1-6 [8] K. Shenoy, T. Dastane, V. Rao and D. Vyavaharkar, "Real- time Indian Sign Language (ISL) Recognition," 2018 9th International Conferenceon Computing,Communication and Networking Technologies (ICCCNT), 2018, pp. 1-9 As previously mentioned, there exists a shortage models and research to modernise the usage of ISLwithinIndiaaswellas in a global platform. Thus the effort towards it in creating a robust system to detect ISL was an impeding necessity. Therefore the original objective to develop such a system to automatically detect and classify ISL was developed without the need of any physical aids. This was achievable to a satisfactory accuracy with the usage of algorithms like CNN, LSTM, HMM and modern feature extraction techniques like the media pipe holistic. In addition to this a custom