Skip to content

Uses the computer webcam to interpret hand gestures for various tasks like sign language recognition and automation using CNNs.

Notifications You must be signed in to change notification settings

parikshitkumar1/Hand_Gesture_Recognition

Repository files navigation


Hand Gesture Recognition

Motivation

To use a computer webcam to interpret hand gestures for various tasks, like sign langauge recognition and potentially even automation.

Requirements

Python 3.8 or above with all requirements dependencies installed. To install run:

$ pip3 install -r requirements.txt

To run

$ python3 run.py

Extras

Data:

Gesture Map:

STANDARD PALM -> 1
2-FINGER L -> 2
STANDARD FIST -> 3
MOVED PALM -> 4
STANDARD THUMB -> 5
STANDARD INDEX -> 6
STANDARD OK -> 7
MOVED PALM -> 8
STANDARD C -> 9
STANDARD DOWN -> 10

Model Accuracy:

image

image

Extra Requirements: well lit area, white background, right hand is preferred.

Examples

1 2 3 4 5 6 7 8 9 10 N

Might do

  • More data for a more robust 'none' class, more data for different backgrounds
  • Include more gesture classes for sign language classification

About

Uses the computer webcam to interpret hand gestures for various tasks like sign language recognition and automation using CNNs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published