Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 653 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 653 Bytes

Sign Language Detection

What's covered?

  • Labelling Images for Object Detection
  • Training Tensorflow for Sign Language
  • Detecting Sign Language in Real-Time

How it works?

  1. Prepare image labels using labelImg
  2. Transfer learning using SSD MobileNet
  3. Real time detection using a webcam and OpenCV

Flow