novatorem / DJ-Go

OpenCV and GoLang script that recognizes user emotions and plays songs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DJ-Go

Requirements

Go

  • go get github.com/zmb3/spotify

Python3

  • pip install numpy
  • pip install opencv-python
  • pip install tensorflow
  • pip install opencv-python

Running

python3 src/emotions.py & go djgo.go

Keys:

w - Show/hide detected faces (default Off)
e - Show/hide detected pupils (default On)
e - Show/hide facial landmark points (default On)
q - Quit

About

OpenCV and GoLang script that recognizes user emotions and plays songs

License:MIT License


Languages

Language:Python 59.1%Language:Go 40.9%