# gesture-recognition **Repository Path**: wangweidegittee/gesture-recognition ## Basic Information - **Project Name**: gesture-recognition - **Description**: :hand: Recognizing "Hand Gestures" using OpenCV and Python. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gesture Recognition Recognizing "Hand Gestures" using OpenCV and Python. #### Libraries needed * cv2 * imutils * numpy * sklearn #### Usage 1. `python segment.py` 2. `python recognize.py` To understand how this works, please read the blog posts given below. * [Hand Gesture Recognition using Python and OpenCV - Part 1](https://gogul09.github.io/software/hand-gesture-recognition-p1) * [Hand Gesture Recognition using Python and OpenCV - Part 2](https://gogul09.github.io/software/hand-gesture-recognition-p2)