Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 825 Bytes

File metadata and controls

72 lines (56 loc) · 825 Bytes

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