Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 505 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 505 Bytes

Sign Language Recognition

Recognises the American Sign Language gesturesfocuses on disabled people for communication using OpenCV, Tensorflow , Scikit-learn ,etc.
We first take an image and convert it to greyscale and apply the canny edge detection of the OpenCV to get the edges and this image are sent for training .
After training we are have written a python script named video1.py where we are predicting the signs in real time.


PS: Detailed documention will be updated soon...