Uses computer vision to see if your hand is in sync with the beat(s).
pip install cvzone (installs cvzone, numpy, and opencv-python(cv2) for you)
pip install mediapipe # only works for python version 11, not 13 or 14[set up a venv]
python --version #to check python version
pip install numpy==(version they ask)
pip install pygame
pip install Flask
#Create venv
python3 -m venv .venv
source .venv/bin/activate