SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 739
Hand Movement Recognition for a Speech Impaired Person
Abhinav Padmawar
Student, Dept. of Computer Engineering, Vishwakarma Institute of Technology, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Hand gestures are the non-verbal method of
communication used along with verbal communication. A
more organized form of hand gesture communication is the
sign language, which is the language of communication for
deaf and dumb people. In our countryaround2.78%ofpeoples
are not able to speak. Their communications with others are
only using the motion of their hands and expressions. We
proposed a new technique called artificial speakingmouthfor
dumb people. It will be helpful to them for conveying their
thoughts to others. In order to overcome the complexity the
artificial mouth is introduced for the dumb peoples. This
system is based on the flex sensor. According to dumb people,
for every gesture they have a meaning. All templates are kept
in the database. In the real time the template database is fed
into a ardiuno and the flex sensor is fixed in their hand. For
every action the flex sensors get accelerated and give the
signal to the ardiuno. The ardiuno matches the gesture with
the database and produces the speechsignal. Theoutputof the
system generate using the speaker. By properly updating the
database the dumb will speak like a normal person using the
artificial mouth.
Key Words: Gesture, Flex sensor, Ardiuno, Speaker.
1. INTRODUCTION:
To overcome the communication gap between dumb and
normal people this system is introduced. All overworld,deaf
and dumb people struggle in expressing their feelings to
other people. These gestures are widelyused bythedeafand
dumb people to express their thoughts [1]. Various
challenges are experienced by speech and hearing impaired
people at public places in expressing themselves to normal
people. This system use a method to design an Electronic
Hand Glove which would help for communication. As sign
language is well structured code gesture, each gesture has a
meaning assigned to it [9]. This system is being proposed
with the use of flex sensors. Main goals of the system are to
convert hand gesturestoauditoryspeechforcommunication
between mute and normal people. The system is based on
Indian Sign language and covers all the words required in
day to day life.
The blind people can speak freely by implies that of ancient
language whereas the dumb have their own manual-visual
language referred to as language. The languages haven't got
a typical origin and the hence hard to interpret. A Dumb
communication interpreter is also a tool that interprets the
hand gestures to sensibility speech. A gesture in associate
degree extremely language is also a certain movementofthe
hands with a particular kind created out of them. The
primary aim of this paper is to introduce an issue that will
efficiently translate language gestures to sensibility voice.
The interpreter makes use of a glove based technique
comprising of flex sensors. For each hand gesture created, a
symptom is formed by the sensors appreciate the hand sign
the controller matches the gesture with prestored inputs.
The device will even be able to translate larger gestures that
require singlehandmovement.Gesture recognitionimpliesa
method by that knowledgeiscollectedfromhandmovement.
Flex sensors and gloves are used to generate the gestures.
Gesture data recognizebyardiuno.Accordingto gesture data
sound will be generated with the help of speaker.
2. LITERATURE SURVEY:
In the recent years, there has much research on the hand
sign recognition. There are two technologies for recognition
of hand gestures
 Vision-based methods :- The Vision Basedmethods
require only a camera, thus realizing a natural
interaction between humans and computers
without the use of any extra devices.Thesesystems
tend to complement biological visionbydescribing
artificial vision systems that are implemented in
software and/or hardware. This poses a
challenging problem as these systems need to be
background invariant, lighting insensitive, person
and camera independent to achieve real time
performance. Moreover, such systems must be
optimized to meet the requirements, including
accuracy and robustness. [8]
 Glove-based methods :- In glove based method the
concept Data-Glove based methods use sensor
devices for digitizing hand and finger motions into
multi-parametric data.
Similarly a data-capturing device is also required in
order to recognize sign language; in this case measuring the
position and movement of the signer's hands [4]. Twobroad
categories of input hardware have been usedfor recognition
of hand gestures – glove-based devicessuchasthoseusedby
Kramer et al (1989) [7] and Fels et al (1993) [6], and
camera-based systems as used by Holden (1993). The latter
approach has some benefits, particularly as it does not
require specialized hardware, but this is offset by the
complexity of the computer vision problems faced in
extracting the necessary data about the hands from a visual
image. Therefore for this research glove-based input was
used, as this allowed the research effort to be focused on the
area of sign recognition rather than that of data capturing.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 740
Comparison:
In case of vision- based gesture recognition systems, a lot of
the digital signal processing has to be done. Also there
require large programming. Because of this the response of
the system is quite slow. Also the electric, magnetic fields,
and any other disturbances may affect the performance of
the system. In case of glove-based sign language recognition
system that is available in the market lot of the hardware is
required. Large numbers of cables have to be connected to
the computers for monitoring the data. Hence the systems
require lot of space. Also the system is not handy. In case of
our project flex sensors that we are using are of low cost.
Also the processor that we use in our process is very
compact. Hence the space required for our system is very
less compared to the other projects that are available in the
market.
Thus the system is portable. Performance of the system is
not affected by the disturbances. Here we are converting
hand signs in to the corresponding speech signal; hence the
system is the proper means of effective communication. As
the hardware required in designing are low cost, the overall
cost of the system is less compared to the other systems
available in the market, and it is the system is flexible
enough for a user to add, modify or delete a hand sign.
3. FLOW CHART:
4. WORKING:
In this project we are using many componentswhichinclude
Node-MCU and a 4051 Multiplexer IC. While the Node-MCU
is packed with excellent features such as WiFi and Arduino
IDE compatibility, it has itsdrawbacks.Itonlyhasoneanalog
pin, which is insufficient for this project. Since the glove has
three flex sensors, it requires three analog inputs to work. A
simple and inexpensive solution to this problem is to use a
Multiplexer IC (74HC4051N). This IC is able to convert one
analog input into eight
The IC works by turning on one analog input, reading it, and
turning it off. It then turns on the next analog input.Bydoing
this, it only reads one sensor at a time, sending it to the
micro controller's analog pin. The IC is able to turn on, read,
and turn off the analog inputs so quickly that it seems as
though it is reading them all at the same time. This is similar
to how computer and smartphone screens work; each pixel
cannot have its own designated pin (that would be a
disaster!), so it turns the pixels on and off so fast that our
eyes perceive all of them as on at the same time. To function,
the IC needs three digital pins.Bychangingthecombinations
of the on and off states of the pins, the IC is able to turn on
and off all 8 analog inputs.
Data Glove:
Data glove consists of 3 flex sensors. The gesture of the hand
movement detected by the Ardino.
Glove based technique :- It use a glove with different type of
sensors like optical, electrical etc. this sensor based glove
collects the data according to the hand movement and then
this data is analyzed.
The output of the measuringdevicesensorsisdetectedbythe
lean detection module, whereas theoutputoftheflexsensors
and therefore the overall gestureofthehandsquaremeasure
detected by the gesture detection module [3].
Flex Sensors:
Flex sensors are resistive carbon parts. It is a variablewhose
resistance changes on bend smaller the radius of bend
higher the resistance it offers. The variation in resistance is
just about 10kΩ to 30kΩ [2]. The device incorporates within
the device employing a potential divider network. The
electrical device and flex forms a potential divider that
divides the input voltage by a quantitative relation
determined by the variable and glued resistors. Flexsensors
are joined to the glove utilizing needle and string. Flex
sensors are the sensors whose resistivity changes with the
measure of curve. In this project, Arduino is used to take
input from flex sensors.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 741
Hand Gesture:
Advantages:
a) Useful for handling emergency conditioning.
b) Easy to implement.
c) It providecommunication between dumb andblind.
d) Easy to operate: Anyone can operate it easily.
e) Easy to define gestures: we can add or define our
own gestures.
3. CONCLUSION
Sign language may be a helpful to ease the communication
between the deaf or mute community and additionally the
standard people. This project aims to overcome the
communication gap between the dumb community and the
standard world. The projected methodology interprets
language into speech. The system overcomes the necessary
time difficulties of dumb people and improves their
communication. This system converts gesture data into
speech. In world applications,thissystemishelpful fordumb
of us those cannot communicate with standard person. The
foremost characteristic of this project is that the gesture
recognizer may be a standalone system, that's applied in
common-place of living. It’s in addition useful for speech
impaired and paralysed patient means those do not speak
properly.
REFERENCES
[1] Adithya V., Vinod P. R., Usha Gopalakrishnan ,“Artificial
Neural Network Based Method for Indian Sign Language
Recognition” , IEEE Conference on Information and
Communication Technologies (ICT ), pp. 1080-1085, 2013.
[2]Zhengmao, Z., Prashan, R., Monaragala, N., Malin, P.
“Dynamic hand gesture recognition system using moment
invariants”, IEEE Transactions on neural networking and
computing, Vol. 21, No. 1, pp. 1034-1320, 2010.
[3]Oyaaran, B. “Vision based sign language recognition
modelling and recognizing signs with manual and non-
manual components”, International journal of computer
science and engineering, Vol. 12, No. Paperback, 03 pp. 378-
1695, 2008.
[4]. Recognition of sign language gestures using neural
networks by Peter Vamplew. Department of Computer
Science, University of Tasmania
[5]. Fels and G Hinton (1993), Glove-Talk: A Neural Network
Interface Between a Data-Glove and a Speech Synthesiser,
IEEE Transactions on Neural Networks, 4, 1, pp. 2-8

More Related Content

What's hot

Smart glove hand gesture vocalizer final year report
Smart glove hand gesture vocalizer final year reportSmart glove hand gesture vocalizer final year report
Smart glove hand gesture vocalizer final year report
MUHAMMAD NOMAN KHAN
 
Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...
Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...
Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...
IJERA Editor
 
Magic glove( sign to voice conversion)
Magic glove( sign to voice conversion)Magic glove( sign to voice conversion)
Magic glove( sign to voice conversion)
Abhilasha Jain
 

What's hot (20)

Gesture vocalizer
Gesture vocalizerGesture vocalizer
Gesture vocalizer
 
IRJET- Hand Gesture Recognition for Deaf and Dumb
IRJET- Hand Gesture Recognition for Deaf and DumbIRJET- Hand Gesture Recognition for Deaf and Dumb
IRJET- Hand Gesture Recognition for Deaf and Dumb
 
Smart Gloves for Blind
Smart Gloves for BlindSmart Gloves for Blind
Smart Gloves for Blind
 
Project handtalk
Project handtalkProject handtalk
Project handtalk
 
Human Computer Interface Glove for Sign Language Translation
Human Computer Interface Glove for Sign Language TranslationHuman Computer Interface Glove for Sign Language Translation
Human Computer Interface Glove for Sign Language Translation
 
Sign language translator using glove
Sign language translator using gloveSign language translator using glove
Sign language translator using glove
 
Hand talk (assistive technology for dumb)- Sign language glove with voice
Hand talk (assistive technology for dumb)- Sign language glove with voiceHand talk (assistive technology for dumb)- Sign language glove with voice
Hand talk (assistive technology for dumb)- Sign language glove with voice
 
hand talk sound glove
hand talk sound glove hand talk sound glove
hand talk sound glove
 
Computer control using hand gestures
Computer control using hand gesturesComputer control using hand gestures
Computer control using hand gestures
 
Sign language recognition for deaf and dumb people
Sign language recognition for deaf and dumb peopleSign language recognition for deaf and dumb people
Sign language recognition for deaf and dumb people
 
[Part 2] automation of home appliances using raspberry pi – implementation of...
[Part 2] automation of home appliances using raspberry pi – implementation of...[Part 2] automation of home appliances using raspberry pi – implementation of...
[Part 2] automation of home appliances using raspberry pi – implementation of...
 
IRJET- Low Cost Personal Digital Assistant with IoT and WSN Capabilities
IRJET- Low Cost Personal Digital Assistant with IoT and WSN CapabilitiesIRJET- Low Cost Personal Digital Assistant with IoT and WSN Capabilities
IRJET- Low Cost Personal Digital Assistant with IoT and WSN Capabilities
 
Smart glove hand gesture vocalizer final year report
Smart glove hand gesture vocalizer final year reportSmart glove hand gesture vocalizer final year report
Smart glove hand gesture vocalizer final year report
 
Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...
Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...
Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...
 
IRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET- Clash Avoidance at Hairpin Bends using IR SensorIRJET- Clash Avoidance at Hairpin Bends using IR Sensor
IRJET- Clash Avoidance at Hairpin Bends using IR Sensor
 
Finger print and pulse sensor for digital signal processors (dsp)
Finger print and pulse sensor for digital signal processors (dsp)Finger print and pulse sensor for digital signal processors (dsp)
Finger print and pulse sensor for digital signal processors (dsp)
 
Magic glove( sign to voice conversion)
Magic glove( sign to voice conversion)Magic glove( sign to voice conversion)
Magic glove( sign to voice conversion)
 
Gesture Gloves - For Speechless patients
Gesture Gloves - For Speechless patientsGesture Gloves - For Speechless patients
Gesture Gloves - For Speechless patients
 
IRJET- Smart City to Phiysical Things
IRJET- Smart City to Phiysical ThingsIRJET- Smart City to Phiysical Things
IRJET- Smart City to Phiysical Things
 
IRJET - Dual Verification ATM for Blind People
IRJET -  	  Dual Verification ATM for Blind PeopleIRJET -  	  Dual Verification ATM for Blind People
IRJET - Dual Verification ATM for Blind People
 

Similar to IRJET- Hand Movement Recognition for a Speech Impaired Person

The International Journal of Engineering and Science
The International Journal of Engineering and ScienceThe International Journal of Engineering and Science
The International Journal of Engineering and Science
theijes
 

Similar to IRJET- Hand Movement Recognition for a Speech Impaired Person (20)

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- Smart Speaking Glove for Speech Impaired People
IRJET- Smart Speaking Glove for Speech Impaired PeopleIRJET- Smart Speaking Glove for Speech Impaired People
IRJET- Smart Speaking Glove for Speech Impaired People
 
HAND GESTURE VOCALIZER
HAND GESTURE VOCALIZERHAND GESTURE VOCALIZER
HAND GESTURE VOCALIZER
 
IRJET- Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...
IRJET-  	  Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...IRJET-  	  Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...
IRJET- Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...
 
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
 
50120130405025
5012013040502550120130405025
50120130405025
 
Z4501149153
Z4501149153Z4501149153
Z4501149153
 
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLE
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLEHAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLE
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLE
 
The International Journal of Engineering and Science
The International Journal of Engineering and ScienceThe International Journal of Engineering and Science
The International Journal of Engineering and Science
 
The International Journal of Engineering and Science (IJES)
The International Journal of Engineering and Science (IJES)The International Journal of Engineering and Science (IJES)
The International Journal of Engineering and Science (IJES)
 
IRJET- Survey on Sign Language and Gesture Recognition System
IRJET- Survey on Sign Language and Gesture Recognition SystemIRJET- Survey on Sign Language and Gesture Recognition System
IRJET- Survey on Sign Language and Gesture Recognition System
 
IRJET- Biometric Scanner using Compressed Sensing
IRJET- Biometric Scanner using Compressed SensingIRJET- Biometric Scanner using Compressed Sensing
IRJET- Biometric Scanner using Compressed Sensing
 
SHERLOCK: Energy Efficient and Continuous Environment Sensing Android Applica...
SHERLOCK: Energy Efficient and Continuous Environment Sensing Android Applica...SHERLOCK: Energy Efficient and Continuous Environment Sensing Android Applica...
SHERLOCK: Energy Efficient and Continuous Environment Sensing Android Applica...
 
IRJET- A Review on Iot Based Sign Language Conversion
IRJET-  	  A Review on Iot Based Sign Language ConversionIRJET-  	  A Review on Iot Based Sign Language Conversion
IRJET- A Review on Iot Based Sign Language Conversion
 
IRJET- Human Activity Recognition using Flex Sensors
IRJET- Human Activity Recognition using Flex SensorsIRJET- Human Activity Recognition using Flex Sensors
IRJET- Human Activity Recognition using Flex Sensors
 
IRJET- Human Hand Movement Training with Exoskeleton ARM
IRJET- Human Hand Movement Training with Exoskeleton ARMIRJET- Human Hand Movement Training with Exoskeleton ARM
IRJET- Human Hand Movement Training with Exoskeleton ARM
 
IRJET - Android based Portable Hand Sign Recognition System
IRJET -  	  Android based Portable Hand Sign Recognition SystemIRJET -  	  Android based Portable Hand Sign Recognition System
IRJET - Android based Portable Hand Sign Recognition System
 
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor NetworkIRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
IRJET - Hand Gesture Controlled Smart Robots using Wireless Sensor Network
 
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
 
IRJET- Smart Hand Gloves for Disable People
IRJET-  	  Smart Hand Gloves for Disable PeopleIRJET-  	  Smart Hand Gloves for Disable People
IRJET- Smart Hand Gloves for Disable People
 

More from 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

"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
chumtiyababu
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 

Recently uploaded (20)

"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 

IRJET- Hand Movement Recognition for a Speech Impaired Person

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 739 Hand Movement Recognition for a Speech Impaired Person Abhinav Padmawar Student, Dept. of Computer Engineering, Vishwakarma Institute of Technology, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Hand gestures are the non-verbal method of communication used along with verbal communication. A more organized form of hand gesture communication is the sign language, which is the language of communication for deaf and dumb people. In our countryaround2.78%ofpeoples are not able to speak. Their communications with others are only using the motion of their hands and expressions. We proposed a new technique called artificial speakingmouthfor dumb people. It will be helpful to them for conveying their thoughts to others. In order to overcome the complexity the artificial mouth is introduced for the dumb peoples. This system is based on the flex sensor. According to dumb people, for every gesture they have a meaning. All templates are kept in the database. In the real time the template database is fed into a ardiuno and the flex sensor is fixed in their hand. For every action the flex sensors get accelerated and give the signal to the ardiuno. The ardiuno matches the gesture with the database and produces the speechsignal. Theoutputof the system generate using the speaker. By properly updating the database the dumb will speak like a normal person using the artificial mouth. Key Words: Gesture, Flex sensor, Ardiuno, Speaker. 1. INTRODUCTION: To overcome the communication gap between dumb and normal people this system is introduced. All overworld,deaf and dumb people struggle in expressing their feelings to other people. These gestures are widelyused bythedeafand dumb people to express their thoughts [1]. Various challenges are experienced by speech and hearing impaired people at public places in expressing themselves to normal people. This system use a method to design an Electronic Hand Glove which would help for communication. As sign language is well structured code gesture, each gesture has a meaning assigned to it [9]. This system is being proposed with the use of flex sensors. Main goals of the system are to convert hand gesturestoauditoryspeechforcommunication between mute and normal people. The system is based on Indian Sign language and covers all the words required in day to day life. The blind people can speak freely by implies that of ancient language whereas the dumb have their own manual-visual language referred to as language. The languages haven't got a typical origin and the hence hard to interpret. A Dumb communication interpreter is also a tool that interprets the hand gestures to sensibility speech. A gesture in associate degree extremely language is also a certain movementofthe hands with a particular kind created out of them. The primary aim of this paper is to introduce an issue that will efficiently translate language gestures to sensibility voice. The interpreter makes use of a glove based technique comprising of flex sensors. For each hand gesture created, a symptom is formed by the sensors appreciate the hand sign the controller matches the gesture with prestored inputs. The device will even be able to translate larger gestures that require singlehandmovement.Gesture recognitionimpliesa method by that knowledgeiscollectedfromhandmovement. Flex sensors and gloves are used to generate the gestures. Gesture data recognizebyardiuno.Accordingto gesture data sound will be generated with the help of speaker. 2. LITERATURE SURVEY: In the recent years, there has much research on the hand sign recognition. There are two technologies for recognition of hand gestures  Vision-based methods :- The Vision Basedmethods require only a camera, thus realizing a natural interaction between humans and computers without the use of any extra devices.Thesesystems tend to complement biological visionbydescribing artificial vision systems that are implemented in software and/or hardware. This poses a challenging problem as these systems need to be background invariant, lighting insensitive, person and camera independent to achieve real time performance. Moreover, such systems must be optimized to meet the requirements, including accuracy and robustness. [8]  Glove-based methods :- In glove based method the concept Data-Glove based methods use sensor devices for digitizing hand and finger motions into multi-parametric data. Similarly a data-capturing device is also required in order to recognize sign language; in this case measuring the position and movement of the signer's hands [4]. Twobroad categories of input hardware have been usedfor recognition of hand gestures – glove-based devicessuchasthoseusedby Kramer et al (1989) [7] and Fels et al (1993) [6], and camera-based systems as used by Holden (1993). The latter approach has some benefits, particularly as it does not require specialized hardware, but this is offset by the complexity of the computer vision problems faced in extracting the necessary data about the hands from a visual image. Therefore for this research glove-based input was used, as this allowed the research effort to be focused on the area of sign recognition rather than that of data capturing.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 740 Comparison: In case of vision- based gesture recognition systems, a lot of the digital signal processing has to be done. Also there require large programming. Because of this the response of the system is quite slow. Also the electric, magnetic fields, and any other disturbances may affect the performance of the system. In case of glove-based sign language recognition system that is available in the market lot of the hardware is required. Large numbers of cables have to be connected to the computers for monitoring the data. Hence the systems require lot of space. Also the system is not handy. In case of our project flex sensors that we are using are of low cost. Also the processor that we use in our process is very compact. Hence the space required for our system is very less compared to the other projects that are available in the market. Thus the system is portable. Performance of the system is not affected by the disturbances. Here we are converting hand signs in to the corresponding speech signal; hence the system is the proper means of effective communication. As the hardware required in designing are low cost, the overall cost of the system is less compared to the other systems available in the market, and it is the system is flexible enough for a user to add, modify or delete a hand sign. 3. FLOW CHART: 4. WORKING: In this project we are using many componentswhichinclude Node-MCU and a 4051 Multiplexer IC. While the Node-MCU is packed with excellent features such as WiFi and Arduino IDE compatibility, it has itsdrawbacks.Itonlyhasoneanalog pin, which is insufficient for this project. Since the glove has three flex sensors, it requires three analog inputs to work. A simple and inexpensive solution to this problem is to use a Multiplexer IC (74HC4051N). This IC is able to convert one analog input into eight The IC works by turning on one analog input, reading it, and turning it off. It then turns on the next analog input.Bydoing this, it only reads one sensor at a time, sending it to the micro controller's analog pin. The IC is able to turn on, read, and turn off the analog inputs so quickly that it seems as though it is reading them all at the same time. This is similar to how computer and smartphone screens work; each pixel cannot have its own designated pin (that would be a disaster!), so it turns the pixels on and off so fast that our eyes perceive all of them as on at the same time. To function, the IC needs three digital pins.Bychangingthecombinations of the on and off states of the pins, the IC is able to turn on and off all 8 analog inputs. Data Glove: Data glove consists of 3 flex sensors. The gesture of the hand movement detected by the Ardino. Glove based technique :- It use a glove with different type of sensors like optical, electrical etc. this sensor based glove collects the data according to the hand movement and then this data is analyzed. The output of the measuringdevicesensorsisdetectedbythe lean detection module, whereas theoutputoftheflexsensors and therefore the overall gestureofthehandsquaremeasure detected by the gesture detection module [3]. Flex Sensors: Flex sensors are resistive carbon parts. It is a variablewhose resistance changes on bend smaller the radius of bend higher the resistance it offers. The variation in resistance is just about 10kΩ to 30kΩ [2]. The device incorporates within the device employing a potential divider network. The electrical device and flex forms a potential divider that divides the input voltage by a quantitative relation determined by the variable and glued resistors. Flexsensors are joined to the glove utilizing needle and string. Flex sensors are the sensors whose resistivity changes with the measure of curve. In this project, Arduino is used to take input from flex sensors.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 741 Hand Gesture: Advantages: a) Useful for handling emergency conditioning. b) Easy to implement. c) It providecommunication between dumb andblind. d) Easy to operate: Anyone can operate it easily. e) Easy to define gestures: we can add or define our own gestures. 3. CONCLUSION Sign language may be a helpful to ease the communication between the deaf or mute community and additionally the standard people. This project aims to overcome the communication gap between the dumb community and the standard world. The projected methodology interprets language into speech. The system overcomes the necessary time difficulties of dumb people and improves their communication. This system converts gesture data into speech. In world applications,thissystemishelpful fordumb of us those cannot communicate with standard person. The foremost characteristic of this project is that the gesture recognizer may be a standalone system, that's applied in common-place of living. It’s in addition useful for speech impaired and paralysed patient means those do not speak properly. REFERENCES [1] Adithya V., Vinod P. R., Usha Gopalakrishnan ,“Artificial Neural Network Based Method for Indian Sign Language Recognition” , IEEE Conference on Information and Communication Technologies (ICT ), pp. 1080-1085, 2013. [2]Zhengmao, Z., Prashan, R., Monaragala, N., Malin, P. “Dynamic hand gesture recognition system using moment invariants”, IEEE Transactions on neural networking and computing, Vol. 21, No. 1, pp. 1034-1320, 2010. [3]Oyaaran, B. “Vision based sign language recognition modelling and recognizing signs with manual and non- manual components”, International journal of computer science and engineering, Vol. 12, No. Paperback, 03 pp. 378- 1695, 2008. [4]. Recognition of sign language gestures using neural networks by Peter Vamplew. Department of Computer Science, University of Tasmania [5]. Fels and G Hinton (1993), Glove-Talk: A Neural Network Interface Between a Data-Glove and a Speech Synthesiser, IEEE Transactions on Neural Networks, 4, 1, pp. 2-8