Skip to content

Smile detection with a deep convolutional neural net, with Keras.

License

Notifications You must be signed in to change notification settings

kalyc/SmileCNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmileCNN

Note

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

Setup

Run sudo python setup.py install to add the necessary dependencies

Documentation

Please follow instructions on the medium blogpost to use this smile detection model with MXNet Model Server

About

Smile detection with a deep convolutional neural net, with Keras.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%