Skip to content

The main repository of the project will all the code and results

Notifications You must be signed in to change notification settings

RITct/Hear-Me-Out

 
 

Repository files navigation

Hear Me Out

Hear Me Out is an attempt to translate Indian Sign Language(ISL) gestures to text and speech using a sensor glove. This repository contains the code for the complete project.

Watch the demo at : https://youtu.be/pjQJLYO3Ago

What's Different?

So there have been a lot of attempts to translate ISL gestures to speech but most of them can only translate static signs and have limited intelligence. With the advent of deep learning, there is an opportunity to make the translation process smarter.

Unlike the existing approaches, our design is capable of translating both static and dynamic gestures without the need of training on individual users.

Method

method

  • Hardware

    We have used an Adafruit Bluefruit nRF52 as the main MCU. The light weight and BLE capability makes it best for wireless devices.

    Flex sensors are used to detect the bending of the fingers and accelerometer and gyroscope for the hand orientation.

    designed-glove

  • Software

    Once the data is collected using the glove, we use LSTM to translate the gestures in to the corresponding text and speech output.

Results

  • Loss Accuracy Curves

loss_acc_curves-reference

  • Confusion Matrix

confusion_matrix

Contributers

About

The main repository of the project will all the code and results

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.6%
  • C++ 35.4%