This is a python implementation of an DCNN that can classify the facial expressions of manga characters given an image.
- Download the dataset from here and extract it
- Run
data_split.py
(make changes to paths if needed) - Run
model.py
to train a model and dump it tomodel.pkl
- Run
app.py