ageitgey / face_recognition

The world's simplest facial recognition api for Python and the command line
MIT License
53.42k stars 13.49k forks source link

Emotion detection #327

Open jhagege opened 6 years ago

jhagege commented 6 years ago

Amazing library !! Anyone aware of a nice emotion detection library (happy / sad / smiling) that could integrate nicely with this ? Thanks

whitesmell commented 6 years ago

Any plan or suggestion for emotion detection?
Thanks?

MLDSBigGuy commented 6 years ago

https://github.com/oarriaga/face_classification this ? This api uses opencv for face detection.

So, you just need to skip those steps and use directly keras classifier and emotion detection steps to integrate with this library

see this https://github.com/oarriaga/face_classification/blob/master/src/train_emotion_classifier.py