Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 944 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 944 Bytes

HELIOS

What does Emotion Recognition mean?

Emotion is a huge field where we try to understand to understand how we as humans actually feel. Over here we are trying to use image processing techniques to make our computers that same capability. And the concept of recognizing these emotions are valuable not just for comapnies but for universites and lectures, where it can open a whole new field of better understnading people around us.

Installations:

Install dependencies using requirements.txt

pip install -r requirements.txt

Dataset:

Dataset Link

Download it and put the csv in fer2013/fer2013/

-fer2013 emotion classification test accuracy: 66%

Credits

This work is inspired from this great work and the resources of Adrian Rosebrock helped me alot!.