Image Unavailable (Emojis)

Emotion Detection

Emotion Detection

I trained two AIs to classify faces into emotions and wrote some code so that they worked together to do this in real-time (20 fps). The first is YOLOv5, which was trained on WIDER FACE to detect faces in images. The second is RepVGG which was trained on AffectNet to classify emotions. Alongside the code that merges them together, I made a few changes to enhance the code and together they detect 8 different emotions from facial expressions.

Image Unavailable (Emotion Detection)
Emotion Detection
Image Unavailable (8 Emotions)

YOLOv5 GitHub Code

YOLOv5 Website

RepVGG GitHub Code

RepVGG Paper

AffectNet Paper

AffectNet Website

WIDER FACE Paper

WIDER FACE Website