Detect if fingers are open or closed.
Install the requirements by running pip install requirements.txt
. Doing it inside a virtual environment is recommended.
Run python src/detect.py
to start the application.
Detect if fingers are open or closed. Useful for counting, sign-language detection.
PythonMIT