asingh33/CNNGestureRecognizer
Gesture recognition via CNN. Implemented in Keras + Tensorflow/Theano + OpenCV
This project helps you recognize hand gestures using your computer's camera. It takes live video feed or still images of hand gestures as input and outputs a prediction of which gesture is being performed (e.g., OK, PEACE, STOP). It's designed for anyone interested in building interactive applications controlled by hand movements, perhaps for presentations, gaming, or accessibility.
1,043 stars. No commits in the last 6 months.
Use this if you want to integrate real-time hand gesture recognition into a system and need a straightforward way to process visual input into specific gesture commands.
Not ideal if you require recognition of a very large, complex set of gestures, or if your application demands extremely high precision in diverse lighting and background conditions without custom training.
Stars
1,043
Forks
355
Language
Python
License
MIT
Category
Last pushed
Mar 24, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/asingh33/CNNGestureRecognizer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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...
EslamAsHhraf/Hand-Gesture-Recognition
🖐 An implementation of a machine learning model for detecting and recognizing hand signs (0-5)...