Skip to content

LettuceLeaf898/HandSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HandSync

Uses computer vision to see if your hand is in sync with the beat(s).

libraries to install

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

About

Uses computer vision to see if your hand is in sync with the beat(s).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors