This repository is forked from SmileCNN originally written by kylemcdonald.
Smile Detection with a Deep Convolutional Neural Net using Keras-MXNet.
This example is based on the mnist_cnn.py
example, running at 32x32 instead of 28x28.
This package contains 3 python files - datasetprep.py
, train.py
and evaluation.py
It also contains a folder - keras-mms
which contains files for hosting this inference on MXNet Model Server
Run sudo python setup.py install
to add the necessary dependencies
Please follow instructions on the medium blogpost to use this smile detection model with MXNet Model Server