Skip to content

GravityDarkLab/Facial-Emotion-Detection

Repository files navigation

Facial Emotion Detection

This project provides a demo usage of the Deepface framework.

Project setup:

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.

Getting Started

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

Contact

Achraf Labidi - LinkedIn

Other Projects - GravityDarkLab