One solution for Kaggle challenge "Facial Expression Recognition Challenge" Project for course "Computational Intelligence" - Faculty of Mathematics, University of Belgrade.
Training deep learning model for classification problem of face emotions using pretrained face embeddings from library face_recogntion. All details in paper
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)