Skip to content

piyushahir28/Hand-Gesture-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand Gesture Recognition

I am going to recognize hand gestures from a video sequence. To recognize these gestures from a live video sequence, we first need to take out the hand region alone removing all the unwanted portions in the video sequence. After segmenting the hand region, then count the fingers shown in the video sequence to instruct a robot based on the finger count.

Libraries needed

  • cv2
  • imutils
  • numpy
  • sklearn

Steps:

$ git clone https://github.com/piyushahir28/Hand-Gesture-Recognition.git
$ cd Hand-Gesture-Recognition
$ pip install -r requirements.txt
$ python recognize.py

About

Hand Gesture Recognition using "Python and OpenCV"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages