Demo here
This project showcase a real time emotion detection, where we try to detect the following features 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
Once you clone this repo you can run the following commands
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint
yarn run test:e2e
yarn run test:unit