Skip to content

Chethan-rao/Sign-Langauge-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sign-Langauge-Recognition

Project Description -

The proposed system implements the sign language recognition using CNN. It has been designed for the two-way communication. Dataset is created on our own for 10 different alphabets. Initially server starts running and the client connects to the server using IP and port. After the connection is established, both the system starts receiving the video frames. I have used socket programming to implement the server-client architecture. The webcam captures the image of the gesture from the bounding box created on the screen. Then the image undergoes pre-processing stages like cropping, conversion of RGB to HSV color space and finally applying mask operation on it. Then the masked image is given to the CNN model for features extraction. Finally, the predicted gesture will be displayed on the screen.

10 alphabets classified -

image

Overall Design -

image

Results -

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published