Hand and finger detection with the essentials of OpenCV.
- python 3.8
- numpy 1.15.1
- opencv-python 3.4.8.29
Clone the repo
git clone https://github.com/MrWormHole/OpenCV-hand.git
Install pipenv for managing virtualenvs
pip install pipenv
Go into the right directory where pipfile exists and install dependencies with creating virtual env
pipenv install --skip-lock
Activate virtual env in the same directory of the project where pipfile exists
pipenv shell
Launch the program
python main.py