Skip to content

Hand/Finger gesture recognition using the Camera. The target is to detect hand objects in the digital images or videos. The detected hand objects are recognized to identify the gestures.

License

Notifications You must be signed in to change notification settings

kunsh13/Hand-Gesture-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand Gesture Recognition using Python

Summary

Hand/Finger gesture recognition using the Camera. The target is to detect hand objects in the digital images or videos. The detected hand objects are recognized to identify the gestures.


Context

Hand gesture recognition is one of the most viable and popular solution for improving human computer interaction.

In the recent years it has become very popular due to its use in gaming devices like Xbox, PS, and other devices like laptops, smart phones, etc.

Hand Detection & gesture recognition has usage in various applications like medicine, accessibility support etc. It has many applications in virtual environment control and sign language translation, robot control, or music creation.

In this machine learning project on Hand Gesture Recognition, I am going to make a real-time Hand Gesture Recognizer using the MediaPipe framework and Tensorflow in OpenCV and Python.

How does it work

    1. I am using mediapipe library for hand gesture.
    1. Tensorflow library for machine learning by using trained data.
    1. Using openCV for computer vision. By using input from webcam.

➡️ Code Folder Link

Intel AI For Youth Bootcamp

About

Hand/Finger gesture recognition using the Camera. The target is to detect hand objects in the digital images or videos. The detected hand objects are recognized to identify the gestures.

Topics

Resources

License

Stars

Watchers

Forks