Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.28 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.28 KB

Hand Sign Recognition

GitHub language count GitHub repo size Watchers

Hand Sign Recognition is a sign language detector that detects hand signs in real time and labels the movement.

How it works:

- First, all the input images were labeled with bounding boxes using Label Image.
- Then trained object detector on the labeled images with transfer learning on existing Tensorflow object detector.
- At last, doing real-time object detection using OpenCV and python with a webcam.

How to run the webapp on local machine:

  • install python
  • git clone the project and run the cells in tutorial.ipynb
  • the last cell will launch the openCV cam to do real time hand sign detections

Output: