/emotionplay

Real time emotion recognition through facial markers using Affdex SDK by Affectiva

Primary LanguageVue

This project showcases real time emotion detection, where the following features are detected from the face:

Appearance

  • gender
  • age
  • ethnicity
  • glasses

Emotions

  • anger
  • contempt
  • disgust
  • engagement
  • fear
  • joy
  • sadness
  • surprise
  • valence

Expressions

  • attention
  • browFurrow
  • browRaise
  • cheekRaise
  • chinRaise
  • dimpler
  • eyeClosure
  • eyeWiden
  • innerBrowRaise
  • jawDrop
  • lidTighten
  • lipCornerDepressor
  • lipPress
  • lipPucker
  • lipStretch
  • lipSuck
  • mouthOpen
  • noseWrinkle
  • smile
  • smirk
  • upperLipRaise

Developers:

Once you clone this repo you can run the following commands

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test