Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 527 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 527 Bytes

Hand gesture recognition

I found many hand gesture recognition repo on Github but most model was horribly overfitted so I decided to make my own. Google MediaPipe models provide the hand and hand keypoint detection. My hand gesture detector uses the keypoint coordinates to guess the intended sign.