https://github.com/justint/dance-hack
Award-winning hackathon virtual DJ, adapts song choice/volume to crowd activity.
https://github.com/justint/dance-hack
computer-vision openpose pose-estimation spotify-api
Last synced: 5 months ago
JSON representation
Award-winning hackathon virtual DJ, adapts song choice/volume to crowd activity.
- Host: GitHub
- URL: https://github.com/justint/dance-hack
- Owner: justint
- Created: 2018-01-23T02:17:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T03:48:55.000Z (about 8 years ago)
- Last Synced: 2025-02-24T11:32:11.974Z (over 1 year ago)
- Topics: computer-vision, openpose, pose-estimation, spotify-api
- Language: C++
- Homepage: http://justintennant.me/dance-hack/
- Size: 5.65 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dance Hack
Using [OpenPose](https://github.com/CMU-Perceptual-Computing-Lab/openpose) motion detection, this repo is a web app that uses a video cam to detect the dancing motions of people and chooses an appropriate song to play using the Spotify API.
This SB Hacks 2018 hackathon project won Best Modern C++ by Toyon Research Corporation!
Developed by [Justin Tennant](https://github.com/justint) & [Travis Cramer](https://github.com/travis-cramer).
_NOTE_: The following files need Spotify variables unique to your Spotify app & account to run:
- `playground.py` (Spotify client_id, client_secret)
- `dancehack/dj/views.py` (Spotify client_id, client_secret, username)
- `dancehack/dj/templates/dj/base.html` (token)