Skip to content

Aryan2901/Hand-Gesture-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand-Gesture-Recognition

I have trained a model that is classifying the hand gesture captured by the camera into the ASL(American Sign Language).

Constraint

Main Working:

  1. Image is taken via inbuilt webcam of the system.
  2. We see a frame around the hand
  3. Image is converted from BGR to HSV
  4. Hand is extracted from the image
  5. The gesture is passed to the model
  6. Model predicts the hand gesture and prints the predicted letter along with accuracy percentage.

Dataset used

Dataset used here was taken from the kaggle. You can access the dataset from the link.

Working

You have to adjust the converter and other values accordingly.

image image

Confusion Matrix for prediction on Real Hand Gestures taken from the Camera

image