Skip to content

joanaz/MMM-Emotion-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published