Skip to content

Vikrant00/HandSignRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published