/ML-CIA2

Flask demonstration

Primary LanguagePython

ML-CIA2

Summary

This is a python implementation of an DCNN that can classify the facial expressions of manga characters given an image.

Usage

  • 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 to model.pkl
  • Run app.py