Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 857 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 857 Bytes

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