deepface_emotion_detection

This is a project that can detect multiple emotion with python, deepface, openCV and numpy.

First

You need to create environment in your computer.
I already export my conda environment.
So you can following the step to create the environment.

conda env create -f env.yaml
conda activate dp_tf
cd deepface_emotion_detection

Run with code(Simple one)

python single_emotion_deepface.py

Result for simple one

image
image

Run with code(Powerful one)

python multiple_emotion_deepface.py

Result for powerful one

image