mkt-ds / ASL_to_English

Reads your hand signs and translates them to English words using Tensorflow object detection API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASL_to_English

Reads your hand signs and translates them to English words using Tensorflow object detection API
The model is built using transfer learning from pretrained model ssd_mobilenet model
The dataset is made manually by running the Image Collection python file that collects images from your webcam for all the mentioned below signs in the American Sign Language :

  • Hello ✋
  • I Love You 💙
  • Thank you 😺
  • Please 🥺
  • Yes ✔️
  • No ❎

The image annotations is done with the help of LabelImage file which you can use by simply git cloning the following:
Git link

The model was made only with help of Nicholas Renotte tutorial He's an inspiration!

TEST DATASET OUTPUT

asl_result

DEMO

asl_demo_.mp4

About

Reads your hand signs and translates them to English words using Tensorflow object detection API


Languages

Language:Jupyter Notebook 100.0%