gesture-recognition icon indicating copy to clipboard operation
gesture-recognition copied to clipboard

:hand: Recognizing "Hand Gestures" using OpenCV and Python.

Gesture Recognition

Recognizing "Hand Gestures" using OpenCV and Python.

Libraries needed

  • cv2
  • imutils
  • numpy
  • sklearn

Usage

  1. python segment.py
  2. python recognize.py
  3. python recognize-image.py

To understand how this works, please read the blog posts given below.