Open CV Project
Day 42 & 43 of #100DaysOfCode:
- Built a Hand Gesture recognition OpenCV project
Github: https://t.co/PjCKokQDUL pic.twitter.com/bTiMsiNjjy — Priyanshu Kumar (@priyanshu2k02) May 12, 2022
Make sure you have Python installed on your system.
clone the repository into your local system.
git clone https://github.com/kumarpriyanshu2k2/Hand_gesture_recoginition_OpenCV.git
go to the directory in which you have cloned this project.
cd ./Hand_gesture_recoginition_OpenCV
then install the required libraries using the following command:
pip install -r requirements.txt
now you have installed all the required files, you can execute main.py
python3 main.py
Source code on Github