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
- Host: GitHub
- URL: https://github.com/twiddling-thumbs/hand-gesture-recognition-mediapipe-main
- Owner: twiddling-thumbs
- Created: 2024-02-16T09:48:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T10:03:52.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T18:20:15.672Z (11 months ago)
- Topics: ai, asl-recognizer, hand-gesture-recognition, mediapipe-hands, python
- Language: Jupyter Notebook
- Homepage:
- Size: 2.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.