Hey guys, this read me should help you get started and answer any questions you have
https://docs.google.com/presentation/d/1nJQShyMvEzgFHEWdZHdMZkCtOG_9wlYsyCOQaH6jvJA/edit?usp=sharing
Python (https://www.python.org/downloads/) VSCode (https://code.visualstudio.com/) (any python IDE works)
open terminal(cmd) and intall the packages with the following commands
openCV => pip install opencv-python mediapipe => pip install mediapipe cvZone => pip install cvzone pynput => pip install pynput
openCV (https://opencv.org/) mediapipe (https://google.github.io/mediapipe/) cvZone (https://github.com/cvzone/cvzone) pynput (https://pypi.org/project/pynput/)