Please consider following this project's author, Sharoz Tanveer, and consider starring the project to show your ❤️ and support.
- Detects real time hand gesture and recognize which digit it is from 1 - 5 .
- Python3
- OpenCV
- Numpy
- For Real time object Detection Yolo (You Only Look Once) is used.
- Darknet-53 is used to train model for face detection.
- Darknet is an open source neural network framework by Joseph Redmon
- Clone this Repo
$ git clone https://github.com/ShahrozTanveer/Hand-Gestures-Recognition.git
- Install requirements
$ pip3 install -r requirements.txt
- Run
$ pyhton3 script.py
- make sure before running code paste .weights file in Yolo Directory*
Sharoz Tanveer
Copyright © 2020, Sharoz Tanveer. Released under the MIT License.