Skip to content

stong1108/DJ-Eleven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJ Eleven

This Stranger Things-inspired repo uses face, facial landmark, and hand detection from a live video stream (built-in camera or USB webcam) to control music stored locally. I wrote this program to let kids think they have special powers during Expedia's 2018 Halloween celebration.

Controls (works best 1 person at a time)

Blink to advance to next song.

Hold out hand to fade volume down till song is paused- song will resume when hand is no longer detected.

  • Works best when camera sees open hand (palm facing the camera) and fingers slightly spread out.
  • Can try to use both hands if having trouble detecting hands

Files

music/
Put your desired mp3 files in this folder

models/
Contains models used for face/hand detection

pygamemusicplayer.py
Class to control music (start, skip, volume control, pause, unpause)

DJEleven.py
Run this script to start DJing!

Packages

scipy, imutils, dlib, opencv-contrib-python, pygame

Notes

About

[Vision] Gesture-based music control inspired by Stranger Things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages