PaulTreanor/OpenHands
A gesture recognition system powered by OpenPose, k-nearest neighbours, and local outlier factor.
This system recognizes specific hand gestures from video input, identifying 'thumbs up,' 'peace,' 'palm,' and unusual hand movements. It provides real-time classification of right-hand gestures, making it useful for applications requiring non-contact interaction or monitoring. Someone designing interactive exhibits, developing accessibility tools, or creating gaming experiences would find this beneficial.
No commits in the last 6 months.
Use this if you need to reliably detect a limited set of common right-hand gestures for interactive systems, accessibility features, or basic human-computer interaction.
Not ideal if you need to recognize a wide variety of custom gestures, require left-hand gesture support, or need extremely high performance for complex, high-speed applications.
Stars
16
Forks
1
Language
Python
License
GPL-3.0
Category
Last pushed
Jun 07, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/PaulTreanor/OpenHands"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
asingh33/CNNGestureRecognizer
Gesture recognition via CNN. Implemented in Keras + Tensorflow/Theano + OpenCV
ahmetgunduz/Real-time-GesRec
Real-time Hand Gesture Recognition with PyTorch on EgoGesture, NvGesture, Jester, Kinetics and UCF101
nickgillian/grt
gesture recognition toolkit
charliegerard/gestures-ml-js
[WIP] - Gesture recognition using hardware and Tensorflow.js
pjyazdian/Gesture2Vec
This is an official PyTorch implementation of "Gesture2Vec: Clustering Gestures using...