ekelch / music

python based machine learning music player using go/fyne gui
1 stars 0 forks source link

music

python based machine learning music player using go/fyne gui

setup (untested, I'm just guessing rn)

1) install go: https://go.dev/dl/ 2) have a c compiler (comes with osx, use minGW for windows) 3) clone repo: git clone https://github.com/ekelch/music 4) go mod tidy (probably) 5) go run .

capture video

1) install python: https://www.python.org/downloads/ 2) ensure pip version up to date: pip install --upgrade pip 3) get delib: pip install dlib --verbose 4) pip install opencv-python