andrewsoncha
New Member
andrewsoncha submitted a new resource:
Emotion Recognition&Avatar - A Python script that recognizes facial expressions and displays a corresponding avatar image.
Read more about this 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...