Here you can find examples of using EmotiEffLib in Python.
Here is a list of examples:
- One image emotion recognition.ipynb describes how to use EmotiEffLib to recognize facial emotions on images.
- Predict emotions on video.ipynb describes how to use EmotiEffLib for predicting facial emotions on videos.
- Predict engagement and emotions on video.ipynb describes how to use EmotiEffLib for predicting facial expressions and recognizing a person's engagement in a video.
To run these examples, you need to install dependencies:
pip install -r requirements.txt