Assets used in Elgin-Skye McLaren's talk Creative Coding & Opening Up Open Source presented at CascadiaJS, 2018 @ Amazon Seattle.
Pose recognition code is from (https://github.com/ml5js/ml5-library)
Music video sketch requires the use of a server:
To start Python server: If you are have python 2:
cd creative-coding-cascadia-2018
python -m SimpleHTTPServer
If you are have python 3:
cd creative-coding-cascadia-2018
python -m http.server