An open API service indexing awesome lists of open source software.

https://github.com/twiddling-thumbs/hand-gesture-recognition-mediapipe-main


https://github.com/twiddling-thumbs/hand-gesture-recognition-mediapipe-main

ai asl-recognizer hand-gesture-recognition mediapipe-hands python

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

In this project I have be built a model on sign language detection that takes the dataset in real time from the camera and then apply the required preprocessing techniques to filter out all the unnecessary information from the image data after that the pre-processed data is passed through a classifier which predicts the class of the hand gestures. Signs are detected using MediaPipe.

#Reference
The technique is inspired by the original creator https://github.com/Kazuhito00/hand-gesture-recognition-using-mediapipe.