/Face-emotions

One solution for Kaggle challenge "Facial Expression Recognition"

Primary LanguagePythonMIT LicenseMIT

Face-emotions

One solution for Kaggle challenge "Facial Expression Recognition Challenge" Project for course "Computational Intelligence" - Faculty of Mathematics, University of Belgrade.

Project idea

Training deep learning model for classification problem of face emotions using pretrained face embeddings from library face_recogntion. All details in paper

Using

If you want to try demo, clone repository, install requirements and run: python predict.py -model PATH_TO_MODEL -save (PATH_TO_FOLDER_FOR_SAVING_PICTURES | 'no') -i ('camera' | PATH_TO_PICTURE)