SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3195
Tamil Sign Language Recognition using Machine Learning to Aid Deaf
and Dumb People
SJ. Swetha1, Dr. S. Roselin Mary2
1Student, Department of Computer Science, Anand Institute of Higher Technology, Kazhipattur, India
2Head of the department, Department of Computer Science, Anand Institute of Higher Technology,
Kazhipattur, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Sign language recognition is an emerging
research field to aid deaf and dumb people. The research on
recognition and bringing best results is challenging in this
area of interest. The overcome the challenges, the proposed
system uses convolutional neural networks for training the
dataset images of various sign with output insoundwave files,
which will be effective solution for both deaf and dumb. This
paper proposes a method that provides the conversion of a set
of few combinations of the signs, which represents positions of
fingers and palms into Tamil letters. For the conversion of
signs, image processing and feature extraction methodisused,
training phase is done using Conv2D and testingphaseisdone.
The static images and dynamicimages(from webcamera)can
be converted by these methods.
Key Words: Sign Language, Conv2D, Convolutional
Neural Networks, Feature Extraction, Image processing
1. INTRODUCTION
Language is the prime means of communication of people.
Sign is the oldest way of communication of the primitiveman
when there is no proper language. Nowadays the sign
language is also preferred among the deaf-dumb people.
Possibilities are very less in understanding the signlanguage
of the deaf dumb people by normal people in such places like
bank, booking counters etc. Conversion of sign language into
text or voice reduce the problems arise there. Sign Language
Recognition (SLR) is a tool executes the conversion of sign
language into text or voice. Research in SLR started two
decades before all over the world especially in Americanand
Japanese Sign languages. Some researchers mainly
concentrated on the capture,recognitionandclassificationof
the gestures of sign language. American, Australian, Korean,
and Japanese sign languages contributed more in this area.
Many more techniquesandalgorithmshavebeenproposedin
using a variety of methods based on the sensor fusion signal
processing, image processing, and pattern recognition
methods till now. International Sign Languages including
Chinese, and Arabic used these applications to some extent.
There were no such contributions to Tamil Sign Language
Recognition system by any of the researcher in this area.
Even though many regional languages are in practice in all
countries the sign language should be one. But the language
varies from one country to another. This paper deals with a
system which recognizes the Tamil SignLanguageforhuman
– computer interaction.
2. EXISTING SYSTEM
International Sign Languages including Chinese, and
Arabic used these applications to some extent. There were
no such contributions to Tamil Sign Language Recognition
system by any of the researcher in this area. Even though
many regional languages are in practice in all countries the
sign language should be one. But the language varies from
one country to another. Signlanguageshouldbeavailablefor
regional languages. Though some research on sign language
using palm and fingers are available, there is no complete
sign language recognition using Tamil is available. We can
review some of the sign language recognition and used
techniques in the following paragraphs. Many approaches
have been proposed that combine Dynamic time wrapping
or Hidden Markov Models (HMMs) with discrimination
classifier for recognizing speech, handwriting or Sign
Language. Starnet et al, had presented in Real time ASL
recognition usingvision– basedapproachesbasedonHMMs.
This system involved in two proposed methods by using 40
signs. The first proposed method used a single camera
mounted on a desk and obtained 92% accuracy. The second
method used a camera mounted on a cap worn by the user
and obtained 98% accuracy. Their methodswereperformed
with continuous ASL data set for which only hand motion
features were used. Hee–Deok et al, had developed Sign
Language spotting with a threshold model based on
Conditional Random Fields (CRF). This involved in an
adaptive threshold for differentiating between sign in a
vocabulary and non sign pattern. This method performed
with CRFs without threshold model, short-sign detection,
sub sign reasoning andhand signverificationfor recognition.
The experiments were performed with continuous data set
with an 87% spotting rate and recognized the signs from
isolated data with 93.5%. T. Shanableh developed a method
for recognizing isolated Arabic sign language gestures in a
userindependent mode. In this method,gloveswereworn by
the signers in order to simplify the process of segmenting
out the hands of the signer via colour segmentation. Two
different classification techniques; namely, K-NN and
polynomial networks were used to assess the effectiveness
of the proposed userindependentfeatureextractionscheme.
Variety of feature extraction methods for Arabic Sign
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3196
Language. Recognition was contributed by them. These
techniques used temporal and spatial domain in order to
capture the motion information of video segments i.e. image
sequence into single representing image which is
transformed into the frequency and parameterized into a
precise and concise set of features and compared with other
classical techniques. A variety of special devices were
utilized to recognize the Sign Language. Hand shape and
motion were extracted accurately and easily by these
devices.
3. PROPOSED SYSTEM
To overcome the challenges in sign language system and to
make more useful for deaf and dumb people who knows
Tamil as only known language. To propose sign language
system using convolutional neural networks for trainingthe
dataset images of various sign with output in sound wave
files. For the conversion of signs, image processing and
feature extraction method is used, training phase is done
using Conv2D and testing phase is done. The static images
and dynamic images (from webcamera)canbeconvertedby
these methods. The hand sign recognition algorithm is
proposed. The hand sign of Tamil alphabets are acquired
using a digital camera. The still images of these hand signs
are in RGB color space and it is convertedtoHSVcolormodel
for foreground extraction. The image is converted to gray
scale images. Deep learning techniques of convolutional
neural network from keras is appliedforclassification.Inthe
training phase, the signature of hand signs are stored as
images along with the corresponding voice wave files. In the
testing phase, a person shows the hand signs of Tamil
alphabets as an input and the features are extracted. The
features of training hand signs set are extracted and stored
in trained model for template matching.
4. Overall System Architecture
Initially, user have to learn the Tamil sign language.
4.1 DATASET COLLECTION
Different signs of input images are collected from web
camera. The value output of signs is given alongwithdataset
image collection. We have also created sound value file of
corresponding values of input image. Wecancollectas many
signs as possible to show our model effectively.
Fig -1: Architecture Diagram
4.2 IMAGE PRE-PROCESSING
Image pre-processing is carried out into steps such as color
conversion and Gaussian blurring.Colorconversionfunction
converts input image from one color space to other, here we
used BGR2GRAY for converting the input imagetograyscale
image. The next step of pre-process is Gaussian blurring of
images. Gaussian blurring removes noises from images and
smoothes the images. For image segmentation, Adaptive
Gaussian Threshold is applied and Threshold is calculated
for every small region of images.
4.3 FEATURE EXTRACTION
Binarymask is applied to create/ chooseparticularRegionof
Interest (ROI) from image. After masking, color image is
converted to GRAYSCALE image. Gaussian blurring applied,
which is highly effective in removinggaussiannoisefromthe
image.[blur = cv2.GaussianBlur(gray,(5,5),2)].Afterapplying
GaussianBlur, adaptive thresholding is used, which is the
method where the threshold value is calculated for smaller
regions and therefore, there will be different threshold
values for different regions.[th3 = cv2.adaptiveThreshold]
Input
Sign
Camera
Collect
dataset
Image
pre-
process
Feature
extraction
Apply
CNN
Trained
Model
Test Input Camera
Input Image
Recognized
output
Play audio
file
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3197
4.4 CONVOLUTIONAL 2D NEURAL NETWORK
Sequential Model
Models in Keras can come in two forms – Sequential and via
the Functional API. For most deep learning networks, the
Sequential model is likely. Itallowstoeasilystack sequential
layers (and even recurrent layers) of the network in order
from input to output.
The first line declares the model type as Sequential().
5. CONCLUSION
A method for the recognition of static signs of Tamil sign
language alphabets for HCIisproposed.Thestatic handsigns
are captured using a web/digital camera. The normalized
signature of the hand sign is extracted. The feature vector
representing the hand sign is made scale. Deep learning
technique of Convolution neural network in Kerasisusedfor
classifier test hand sign by matching with the feature vector
from trained model. The output of the SLR is tagged with the
voice wave format, when the sign is recognized, the output
sound wave file will play. This proposed method is very
useful for the deaf and dumb people to communicate with
normal people in Tamil letters. This approach can handle
different types of alphabets in a uniform background. In
future the dynamic gestures can be considered for creating
words or sentences.
REFERENCES
[1] Aleem Khalid Alvi, M. Yousuf Bin Azhar, Mehmood
Usman, Suleman Mumtaz, Sameer Rafiq, Razi Ur
Rehman, Israr Ahmed T , ―Pakistan Sign Language
Recognition Using Statistical Template Matching,‖
World AcademyofScience,EngineeringandTechnology,
2005.
[2] Byung-woo min, Ho-sub yoon, Jung soh, Takeshi ohashi
and Toshiaki jima, ―Visual Recognition of
Static/Dynamic Gesture: Gesture-Driven Editing
System,‖ Journal of Visual Languages & Computing
Volume10,Issue3, June 1999, Pages 291-309.
[3] T. Shanableh, K. Assaleh, “Arabic sign language
recognition in user independent mode,‖ IEEE
International Conference on Intelligent and Advanced
Systems 2007.
[4] T. Starner, J. Weaver, and A. Pentland, ―Real-Time
American Sign Language Recognition Using Desk and
Wearable Computer Based Video,‖ IEEE Trans. Pattern
Analysis Machine Intelligence, Dec. 1998, vol.20, no. 12,
pp. 1371-1375.
[5] M.W. Kadous, ―Machine recognition of Australian signs
using power gloves: Toward large-lexiconrecognitionof
sign language,‖ Proc. Workshop Integration Gesture
Language Speech, 1996,pp. 165–174,.
[6] J. S. Kim,W. Jang, and Z. Bien, ―A dynamic gesture
recognition system for the Korean sign language(KSL),”
IEEE Trans. Syst., Man, Cybern. B, Apr. 1996,vol. 26, pp.
354–359,.
[7] H. Matsuo, S. Igi, S. Lu, Y. Nagashima, Y. Takata, and T.
Teshima, ―The recognition algorithm with noncontact
for Japanese sign language using morphological
analysis,‖ Proc. Int. Gesture Workshop, 1997, pp. 273–
284.
[8] C. Wang, W. Gao, and Z. Xuan, ―A Real-Time Large
Vocabulary Continuous Recognition System for Chinese
Sign Language,‖ Proc. IEEE Pacific Rim Conf.
Multimedia, 2001, pp. 150-157.
[9] K Assaleh, M Al-Rousan, ―Recognition of Arabic Sign
Language Alphabet Using Polynomial Classifiers,‖
EURASIPJournal on Applied Signal Processing,2005,vol.
2005, no. 13, pp. 2136-2145.
[10] T. Shanableh, K. Assaleh and M. Al-Rousan, ―Spatio-
Temporal feature extraction techniques for isolated
gesture recognitioninArabic signlanguage,”IEEETrans.
Syst., Man, Cybern. B, 37(3), June 2007.

More Related Content

What's hot

IRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and SynthesizerIRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET Journal
 
IRJET- Universal Currency Identifier
IRJET-  	  Universal Currency IdentifierIRJET-  	  Universal Currency Identifier
IRJET- Universal Currency Identifier
IRJET Journal
 
Generating a time shrunk lecture video by event
Generating a time shrunk lecture video by eventGenerating a time shrunk lecture video by event
Generating a time shrunk lecture video by event
Yara Ali
 
Artificial Neural Network Based Offline Signature Recognition System Using Lo...
Artificial Neural Network Based Offline Signature Recognition System Using Lo...Artificial Neural Network Based Offline Signature Recognition System Using Lo...
Artificial Neural Network Based Offline Signature Recognition System Using Lo...
IJEID :: International Journal of Excellence Innovation and Development
 
Wavelet Based Image Watermarking
Wavelet Based Image WatermarkingWavelet Based Image Watermarking
Wavelet Based Image Watermarking
IJERA Editor
 
Lip Reading by Using 3-D Discrete Wavelet Transform with Dmey Wavelet
Lip Reading by Using 3-D Discrete Wavelet Transform with Dmey WaveletLip Reading by Using 3-D Discrete Wavelet Transform with Dmey Wavelet
Lip Reading by Using 3-D Discrete Wavelet Transform with Dmey Wavelet
CSCJournals
 
An Enhanced Biometric System for Personal Authentication
An Enhanced Biometric System for Personal AuthenticationAn Enhanced Biometric System for Personal Authentication
An Enhanced Biometric System for Personal Authentication
IOSR Journals
 
IRJET- Recognition of Indian License Plate Number from Live Stream Videos
IRJET-  	  Recognition of Indian License Plate Number from Live Stream VideosIRJET-  	  Recognition of Indian License Plate Number from Live Stream Videos
IRJET- Recognition of Indian License Plate Number from Live Stream Videos
IRJET Journal
 
En31919926
En31919926En31919926
En31919926
IJERA Editor
 
22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)
IAESIJEECS
 
Deblurring, Localization and Geometry Correction of 2D QR Bar Codes Using Ric...
Deblurring, Localization and Geometry Correction of 2D QR Bar Codes Using Ric...Deblurring, Localization and Geometry Correction of 2D QR Bar Codes Using Ric...
Deblurring, Localization and Geometry Correction of 2D QR Bar Codes Using Ric...
IJERA Editor
 
A SEMI-BLIND WATERMARKING SCHEME FOR RGB IMAGE USING CURVELET TRANSFORM
A SEMI-BLIND WATERMARKING SCHEME FOR RGB IMAGE USING CURVELET TRANSFORMA SEMI-BLIND WATERMARKING SCHEME FOR RGB IMAGE USING CURVELET TRANSFORM
A SEMI-BLIND WATERMARKING SCHEME FOR RGB IMAGE USING CURVELET TRANSFORM
ijfcstjournal
 
Design of Optimal Linear Phase FIR High Pass Filter using Improved Particle S...
Design of Optimal Linear Phase FIR High Pass Filter using Improved Particle S...Design of Optimal Linear Phase FIR High Pass Filter using Improved Particle S...
Design of Optimal Linear Phase FIR High Pass Filter using Improved Particle S...
IDES Editor
 
[IJET V2I2P23] Authors: K. Deepika, Sudha M. S., Sandhya Rani M.H
[IJET V2I2P23] Authors: K. Deepika, Sudha M. S., Sandhya Rani M.H[IJET V2I2P23] Authors: K. Deepika, Sudha M. S., Sandhya Rani M.H
[IJET V2I2P23] Authors: K. Deepika, Sudha M. S., Sandhya Rani M.H
IJET - International Journal of Engineering and Techniques
 
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
IRJET Journal
 
Ece dsp dip main project list
Ece dsp dip main project listEce dsp dip main project list
Ece dsp dip main project list
Khadarbaba Shaik
 
Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...
Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...
Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...
inventionjournals
 
H017524854
H017524854H017524854
H017524854
IOSR Journals
 
Rajat Pashine Resume
Rajat Pashine ResumeRajat Pashine Resume
Rajat Pashine Resume
guesteade98
 

What's hot (19)

IRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and SynthesizerIRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and Synthesizer
 
IRJET- Universal Currency Identifier
IRJET-  	  Universal Currency IdentifierIRJET-  	  Universal Currency Identifier
IRJET- Universal Currency Identifier
 
Generating a time shrunk lecture video by event
Generating a time shrunk lecture video by eventGenerating a time shrunk lecture video by event
Generating a time shrunk lecture video by event
 
Artificial Neural Network Based Offline Signature Recognition System Using Lo...
Artificial Neural Network Based Offline Signature Recognition System Using Lo...Artificial Neural Network Based Offline Signature Recognition System Using Lo...
Artificial Neural Network Based Offline Signature Recognition System Using Lo...
 
Wavelet Based Image Watermarking
Wavelet Based Image WatermarkingWavelet Based Image Watermarking
Wavelet Based Image Watermarking
 
Lip Reading by Using 3-D Discrete Wavelet Transform with Dmey Wavelet
Lip Reading by Using 3-D Discrete Wavelet Transform with Dmey WaveletLip Reading by Using 3-D Discrete Wavelet Transform with Dmey Wavelet
Lip Reading by Using 3-D Discrete Wavelet Transform with Dmey Wavelet
 
An Enhanced Biometric System for Personal Authentication
An Enhanced Biometric System for Personal AuthenticationAn Enhanced Biometric System for Personal Authentication
An Enhanced Biometric System for Personal Authentication
 
IRJET- Recognition of Indian License Plate Number from Live Stream Videos
IRJET-  	  Recognition of Indian License Plate Number from Live Stream VideosIRJET-  	  Recognition of Indian License Plate Number from Live Stream Videos
IRJET- Recognition of Indian License Plate Number from Live Stream Videos
 
En31919926
En31919926En31919926
En31919926
 
22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)
 
Deblurring, Localization and Geometry Correction of 2D QR Bar Codes Using Ric...
Deblurring, Localization and Geometry Correction of 2D QR Bar Codes Using Ric...Deblurring, Localization and Geometry Correction of 2D QR Bar Codes Using Ric...
Deblurring, Localization and Geometry Correction of 2D QR Bar Codes Using Ric...
 
A SEMI-BLIND WATERMARKING SCHEME FOR RGB IMAGE USING CURVELET TRANSFORM
A SEMI-BLIND WATERMARKING SCHEME FOR RGB IMAGE USING CURVELET TRANSFORMA SEMI-BLIND WATERMARKING SCHEME FOR RGB IMAGE USING CURVELET TRANSFORM
A SEMI-BLIND WATERMARKING SCHEME FOR RGB IMAGE USING CURVELET TRANSFORM
 
Design of Optimal Linear Phase FIR High Pass Filter using Improved Particle S...
Design of Optimal Linear Phase FIR High Pass Filter using Improved Particle S...Design of Optimal Linear Phase FIR High Pass Filter using Improved Particle S...
Design of Optimal Linear Phase FIR High Pass Filter using Improved Particle S...
 
[IJET V2I2P23] Authors: K. Deepika, Sudha M. S., Sandhya Rani M.H
[IJET V2I2P23] Authors: K. Deepika, Sudha M. S., Sandhya Rani M.H[IJET V2I2P23] Authors: K. Deepika, Sudha M. S., Sandhya Rani M.H
[IJET V2I2P23] Authors: K. Deepika, Sudha M. S., Sandhya Rani M.H
 
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
 
Ece dsp dip main project list
Ece dsp dip main project listEce dsp dip main project list
Ece dsp dip main project list
 
Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...
Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...
Mobile Based Application to Scan the Number Plate and To Verify the Owner Det...
 
H017524854
H017524854H017524854
H017524854
 
Rajat Pashine Resume
Rajat Pashine ResumeRajat Pashine Resume
Rajat Pashine Resume
 

Similar to IRJET- Tamil Sign Language Recognition Using Machine Learning to Aid Deaf and Dumb People

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
 
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
 
Real Time Sign Language Detection
Real Time Sign Language DetectionReal Time Sign Language Detection
Real Time Sign Language Detection
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
 
Ay4102371374
Ay4102371374Ay4102371374
Ay4102371374
IJERA Editor
 
Sign Language Detection using Action Recognition
Sign Language Detection using Action RecognitionSign Language Detection using Action Recognition
Sign Language Detection using Action Recognition
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 CNN
SIGN LANGUAGE RECOGNITION USING CNNSIGN LANGUAGE RECOGNITION USING CNN
SIGN LANGUAGE RECOGNITION USING CNN
IRJET Journal
 
Literature Review on Indian Sign Language Recognition System
Literature Review on Indian Sign Language Recognition SystemLiterature Review on Indian Sign Language Recognition System
Literature Review on Indian Sign Language Recognition System
IRJET Journal
 
Translation of sign language using generic fourier descriptor and nearest nei...
Translation of sign language using generic fourier descriptor and nearest nei...Translation of sign language using generic fourier descriptor and nearest nei...
Translation of sign language using generic fourier descriptor and nearest nei...
ijcisjournal
 
INDIAN SIGN LANGUAGE TRANSLATION FOR HARD-OF-HEARING AND HARD-OF-SPEAKING COM...
INDIAN SIGN LANGUAGE TRANSLATION FOR HARD-OF-HEARING AND HARD-OF-SPEAKING COM...INDIAN SIGN LANGUAGE TRANSLATION FOR HARD-OF-HEARING AND HARD-OF-SPEAKING COM...
INDIAN SIGN LANGUAGE TRANSLATION FOR HARD-OF-HEARING AND HARD-OF-SPEAKING COM...
IRJET Journal
 
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
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
 
Sign Language Recognition using Mediapipe
Sign Language Recognition using MediapipeSign Language Recognition using Mediapipe
Sign Language Recognition using Mediapipe
IRJET Journal
 
VIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTM
VIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTMVIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTM
VIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTM
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 - 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- American Sign Language Fingerspelling Recognition using Convolutional ...
IRJET- American Sign Language Fingerspelling Recognition using Convolutional ...IRJET- American Sign Language Fingerspelling Recognition using Convolutional ...
IRJET- American Sign Language Fingerspelling Recognition using Convolutional ...
IRJET Journal
 
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNINGKANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
IRJET Journal
 
Design and Development of Motion Based Continuous Sign Language Detection
Design and Development of Motion Based Continuous Sign Language DetectionDesign and Development of Motion Based Continuous Sign Language Detection
Design and Development of Motion Based Continuous Sign Language Detection
IRJET Journal
 

Similar to IRJET- Tamil Sign Language Recognition Using Machine Learning to Aid Deaf and Dumb People (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 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
 
Real Time Sign Language Detection
Real Time Sign Language DetectionReal Time Sign Language Detection
Real Time Sign Language Detection
 
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
 
Ay4102371374
Ay4102371374Ay4102371374
Ay4102371374
 
Sign Language Detection using Action Recognition
Sign Language Detection using Action RecognitionSign Language Detection using Action Recognition
Sign Language Detection using Action Recognition
 
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 CNN
SIGN LANGUAGE RECOGNITION USING CNNSIGN LANGUAGE RECOGNITION USING CNN
SIGN LANGUAGE RECOGNITION USING CNN
 
Literature Review on Indian Sign Language Recognition System
Literature Review on Indian Sign Language Recognition SystemLiterature Review on Indian Sign Language Recognition System
Literature Review on Indian Sign Language Recognition System
 
Translation of sign language using generic fourier descriptor and nearest nei...
Translation of sign language using generic fourier descriptor and nearest nei...Translation of sign language using generic fourier descriptor and nearest nei...
Translation of sign language using generic fourier descriptor and nearest nei...
 
INDIAN SIGN LANGUAGE TRANSLATION FOR HARD-OF-HEARING AND HARD-OF-SPEAKING COM...
INDIAN SIGN LANGUAGE TRANSLATION FOR HARD-OF-HEARING AND HARD-OF-SPEAKING COM...INDIAN SIGN LANGUAGE TRANSLATION FOR HARD-OF-HEARING AND HARD-OF-SPEAKING COM...
INDIAN SIGN LANGUAGE TRANSLATION FOR HARD-OF-HEARING AND HARD-OF-SPEAKING COM...
 
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
 
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 Mediapipe
Sign Language Recognition using MediapipeSign Language Recognition using Mediapipe
Sign Language Recognition using Mediapipe
 
VIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTM
VIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTMVIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTM
VIDEO BASED SIGN LANGUAGE RECOGNITION USING CNN-LSTM
 
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 - 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- American Sign Language Fingerspelling Recognition using Convolutional ...
IRJET- American Sign Language Fingerspelling Recognition using Convolutional ...IRJET- American Sign Language Fingerspelling Recognition using Convolutional ...
IRJET- American Sign Language Fingerspelling Recognition using Convolutional ...
 
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNINGKANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
KANNADA SIGN LANGUAGE RECOGNITION USINGMACHINE LEARNING
 
Design and Development of Motion Based Continuous Sign Language Detection
Design and Development of Motion Based Continuous Sign Language DetectionDesign and Development of Motion Based Continuous Sign Language Detection
Design and Development of Motion Based Continuous Sign Language Detection
 

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

Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
Kamal Acharya
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
ChristineTorrepenida1
 
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
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
zwunae
 

Recently uploaded (20)

Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
 
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
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
 

IRJET- Tamil Sign Language Recognition Using Machine Learning to Aid Deaf and Dumb People

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3195 Tamil Sign Language Recognition using Machine Learning to Aid Deaf and Dumb People SJ. Swetha1, Dr. S. Roselin Mary2 1Student, Department of Computer Science, Anand Institute of Higher Technology, Kazhipattur, India 2Head of the department, Department of Computer Science, Anand Institute of Higher Technology, Kazhipattur, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Sign language recognition is an emerging research field to aid deaf and dumb people. The research on recognition and bringing best results is challenging in this area of interest. The overcome the challenges, the proposed system uses convolutional neural networks for training the dataset images of various sign with output insoundwave files, which will be effective solution for both deaf and dumb. This paper proposes a method that provides the conversion of a set of few combinations of the signs, which represents positions of fingers and palms into Tamil letters. For the conversion of signs, image processing and feature extraction methodisused, training phase is done using Conv2D and testingphaseisdone. The static images and dynamicimages(from webcamera)can be converted by these methods. Key Words: Sign Language, Conv2D, Convolutional Neural Networks, Feature Extraction, Image processing 1. INTRODUCTION Language is the prime means of communication of people. Sign is the oldest way of communication of the primitiveman when there is no proper language. Nowadays the sign language is also preferred among the deaf-dumb people. Possibilities are very less in understanding the signlanguage of the deaf dumb people by normal people in such places like bank, booking counters etc. Conversion of sign language into text or voice reduce the problems arise there. Sign Language Recognition (SLR) is a tool executes the conversion of sign language into text or voice. Research in SLR started two decades before all over the world especially in Americanand Japanese Sign languages. Some researchers mainly concentrated on the capture,recognitionandclassificationof the gestures of sign language. American, Australian, Korean, and Japanese sign languages contributed more in this area. Many more techniquesandalgorithmshavebeenproposedin using a variety of methods based on the sensor fusion signal processing, image processing, and pattern recognition methods till now. International Sign Languages including Chinese, and Arabic used these applications to some extent. There were no such contributions to Tamil Sign Language Recognition system by any of the researcher in this area. Even though many regional languages are in practice in all countries the sign language should be one. But the language varies from one country to another. This paper deals with a system which recognizes the Tamil SignLanguageforhuman – computer interaction. 2. EXISTING SYSTEM International Sign Languages including Chinese, and Arabic used these applications to some extent. There were no such contributions to Tamil Sign Language Recognition system by any of the researcher in this area. Even though many regional languages are in practice in all countries the sign language should be one. But the language varies from one country to another. Signlanguageshouldbeavailablefor regional languages. Though some research on sign language using palm and fingers are available, there is no complete sign language recognition using Tamil is available. We can review some of the sign language recognition and used techniques in the following paragraphs. Many approaches have been proposed that combine Dynamic time wrapping or Hidden Markov Models (HMMs) with discrimination classifier for recognizing speech, handwriting or Sign Language. Starnet et al, had presented in Real time ASL recognition usingvision– basedapproachesbasedonHMMs. This system involved in two proposed methods by using 40 signs. The first proposed method used a single camera mounted on a desk and obtained 92% accuracy. The second method used a camera mounted on a cap worn by the user and obtained 98% accuracy. Their methodswereperformed with continuous ASL data set for which only hand motion features were used. Hee–Deok et al, had developed Sign Language spotting with a threshold model based on Conditional Random Fields (CRF). This involved in an adaptive threshold for differentiating between sign in a vocabulary and non sign pattern. This method performed with CRFs without threshold model, short-sign detection, sub sign reasoning andhand signverificationfor recognition. The experiments were performed with continuous data set with an 87% spotting rate and recognized the signs from isolated data with 93.5%. T. Shanableh developed a method for recognizing isolated Arabic sign language gestures in a userindependent mode. In this method,gloveswereworn by the signers in order to simplify the process of segmenting out the hands of the signer via colour segmentation. Two different classification techniques; namely, K-NN and polynomial networks were used to assess the effectiveness of the proposed userindependentfeatureextractionscheme. Variety of feature extraction methods for Arabic Sign
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3196 Language. Recognition was contributed by them. These techniques used temporal and spatial domain in order to capture the motion information of video segments i.e. image sequence into single representing image which is transformed into the frequency and parameterized into a precise and concise set of features and compared with other classical techniques. A variety of special devices were utilized to recognize the Sign Language. Hand shape and motion were extracted accurately and easily by these devices. 3. PROPOSED SYSTEM To overcome the challenges in sign language system and to make more useful for deaf and dumb people who knows Tamil as only known language. To propose sign language system using convolutional neural networks for trainingthe dataset images of various sign with output in sound wave files. For the conversion of signs, image processing and feature extraction method is used, training phase is done using Conv2D and testing phase is done. The static images and dynamic images (from webcamera)canbeconvertedby these methods. The hand sign recognition algorithm is proposed. The hand sign of Tamil alphabets are acquired using a digital camera. The still images of these hand signs are in RGB color space and it is convertedtoHSVcolormodel for foreground extraction. The image is converted to gray scale images. Deep learning techniques of convolutional neural network from keras is appliedforclassification.Inthe training phase, the signature of hand signs are stored as images along with the corresponding voice wave files. In the testing phase, a person shows the hand signs of Tamil alphabets as an input and the features are extracted. The features of training hand signs set are extracted and stored in trained model for template matching. 4. Overall System Architecture Initially, user have to learn the Tamil sign language. 4.1 DATASET COLLECTION Different signs of input images are collected from web camera. The value output of signs is given alongwithdataset image collection. We have also created sound value file of corresponding values of input image. Wecancollectas many signs as possible to show our model effectively. Fig -1: Architecture Diagram 4.2 IMAGE PRE-PROCESSING Image pre-processing is carried out into steps such as color conversion and Gaussian blurring.Colorconversionfunction converts input image from one color space to other, here we used BGR2GRAY for converting the input imagetograyscale image. The next step of pre-process is Gaussian blurring of images. Gaussian blurring removes noises from images and smoothes the images. For image segmentation, Adaptive Gaussian Threshold is applied and Threshold is calculated for every small region of images. 4.3 FEATURE EXTRACTION Binarymask is applied to create/ chooseparticularRegionof Interest (ROI) from image. After masking, color image is converted to GRAYSCALE image. Gaussian blurring applied, which is highly effective in removinggaussiannoisefromthe image.[blur = cv2.GaussianBlur(gray,(5,5),2)].Afterapplying GaussianBlur, adaptive thresholding is used, which is the method where the threshold value is calculated for smaller regions and therefore, there will be different threshold values for different regions.[th3 = cv2.adaptiveThreshold] Input Sign Camera Collect dataset Image pre- process Feature extraction Apply CNN Trained Model Test Input Camera Input Image Recognized output Play audio file
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3197 4.4 CONVOLUTIONAL 2D NEURAL NETWORK Sequential Model Models in Keras can come in two forms – Sequential and via the Functional API. For most deep learning networks, the Sequential model is likely. Itallowstoeasilystack sequential layers (and even recurrent layers) of the network in order from input to output. The first line declares the model type as Sequential(). 5. CONCLUSION A method for the recognition of static signs of Tamil sign language alphabets for HCIisproposed.Thestatic handsigns are captured using a web/digital camera. The normalized signature of the hand sign is extracted. The feature vector representing the hand sign is made scale. Deep learning technique of Convolution neural network in Kerasisusedfor classifier test hand sign by matching with the feature vector from trained model. The output of the SLR is tagged with the voice wave format, when the sign is recognized, the output sound wave file will play. This proposed method is very useful for the deaf and dumb people to communicate with normal people in Tamil letters. This approach can handle different types of alphabets in a uniform background. In future the dynamic gestures can be considered for creating words or sentences. REFERENCES [1] Aleem Khalid Alvi, M. Yousuf Bin Azhar, Mehmood Usman, Suleman Mumtaz, Sameer Rafiq, Razi Ur Rehman, Israr Ahmed T , ―Pakistan Sign Language Recognition Using Statistical Template Matching,‖ World AcademyofScience,EngineeringandTechnology, 2005. [2] Byung-woo min, Ho-sub yoon, Jung soh, Takeshi ohashi and Toshiaki jima, ―Visual Recognition of Static/Dynamic Gesture: Gesture-Driven Editing System,‖ Journal of Visual Languages & Computing Volume10,Issue3, June 1999, Pages 291-309. [3] T. Shanableh, K. Assaleh, “Arabic sign language recognition in user independent mode,‖ IEEE International Conference on Intelligent and Advanced Systems 2007. [4] T. Starner, J. Weaver, and A. Pentland, ―Real-Time American Sign Language Recognition Using Desk and Wearable Computer Based Video,‖ IEEE Trans. Pattern Analysis Machine Intelligence, Dec. 1998, vol.20, no. 12, pp. 1371-1375. [5] M.W. Kadous, ―Machine recognition of Australian signs using power gloves: Toward large-lexiconrecognitionof sign language,‖ Proc. Workshop Integration Gesture Language Speech, 1996,pp. 165–174,. [6] J. S. Kim,W. Jang, and Z. Bien, ―A dynamic gesture recognition system for the Korean sign language(KSL),” IEEE Trans. Syst., Man, Cybern. B, Apr. 1996,vol. 26, pp. 354–359,. [7] H. Matsuo, S. Igi, S. Lu, Y. Nagashima, Y. Takata, and T. Teshima, ―The recognition algorithm with noncontact for Japanese sign language using morphological analysis,‖ Proc. Int. Gesture Workshop, 1997, pp. 273– 284. [8] C. Wang, W. Gao, and Z. Xuan, ―A Real-Time Large Vocabulary Continuous Recognition System for Chinese Sign Language,‖ Proc. IEEE Pacific Rim Conf. Multimedia, 2001, pp. 150-157. [9] K Assaleh, M Al-Rousan, ―Recognition of Arabic Sign Language Alphabet Using Polynomial Classifiers,‖ EURASIPJournal on Applied Signal Processing,2005,vol. 2005, no. 13, pp. 2136-2145. [10] T. Shanableh, K. Assaleh and M. Al-Rousan, ―Spatio- Temporal feature extraction techniques for isolated gesture recognitioninArabic signlanguage,”IEEETrans. Syst., Man, Cybern. B, 37(3), June 2007.