This project provides a demo usage of the Deepface framework.
You just need to install Deepface. It's going to install the library itself and its prerequisites as well.
$ pip install deepface
DeepFace is also available at Conda.
$ conda install -c conda-forge deepface
And you are ready to go.
For only the emotions detection:
$ python emotions_Deepface.py
For emotions + recognition (this one is a one line code fully using deepface):
$ python emotions_recognition_Deepface.py
Achraf Labidi - LinkedIn
Other Projects - GravityDarkLab