joanaz / MMM-Emotion-Detection

Emotion Detection Module for Magic Mirror

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMM-Emotion-Detection

This is an extension for the MagicMirror. It does smile test for the current user.

Algorithm from emotion-detection

Usage

The entry in config.js can look like the following. (NOTE: You only have to add the variables to config if want to change its standard value.)

{
	module: 'MMM-Emotion-Detection',
	config: {
		// recognition intervall in seconds
		interval: 2,
	}
}

Dependencies

  • python-shell (installed via npm install)
  • OpenCV
    • Linux: sudo apt-get install libopencv-dev python-opencv
    • Mac: brew install opencv

About

Emotion Detection Module for Magic Mirror

License:MIT License


Languages

Language:Python 74.6%Language:JavaScript 25.4%