This repository contains models & data used for emotion classification.
First, download the muxspace facial_expressions dataset
Then, for the respective models:
- SVM w/ HOG:
jupyter notebook src/models/SVMwHOG/svmhog.ipynb - CNN:
python3 src/models/CNN/CNN.py