Skip to content

soyonchoi29/asl-translator

Repository files navigation

asl-translator

Have you ever wished you could understand sign language?

A real-time translation software that detects user's hand and predicts what ASL letter they are holding up. Utilizes CNNs mostly trained on this dataset. Run for a demo: $ python main.py

Implemented:

  • CNN on raw ASL data from online source using TensorFlow and PyTorch
  • CNN on raw self-collected webcam data using TensorFlow
  • CNN on coordinates of hand given by processing raw online data through MediaPipe
  • Model fine-tuning (online source model was fine-tuned with self-collected data)
  • Computer vision using OpenCV and MediaPipe hand detection library
  • Basic spell check using SpellChecker

Demo video:

transfer_learning_model_HI_test.mp4

About

ASL translator project 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages