Resource icon

Emotion Recognition&Avatar 0.1

andrewsoncha

New Member
andrewsoncha submitted a new resource:

Emotion Recognition&Avatar - A Python script that recognizes facial expressions and displays a corresponding avatar image.

A Python script that recognizes facial expressions and displays an avatar image accordingly.

Demonstration video

Uses tensorflow, keras, and opencv to recognize facial expressions from camera.
Uses pygrabber to get a list of webcams available.

Currently, the script only recognizes 7 emotions: Anger, Disgust, Fearful, Happiness, Neutral, Sadness, Surprise.

Installation guide:
After downloading, run
pip install -r...

Read more about this resource...
 

harrie

New Member
This is really really cool! I use Honk for my avatar personally, so static images like this wouldn't work, but it does have hotkey functionality to change emotions. I wonder, is it possible to have it fire a hotkey on expression change instead of changing the directory? And maybe add a cooldown before a new expression can be detected so it doesn't switch back and forth? :0
 
Top