Deep Neural Network model playing the Dobble, aka Spot it game.
# Create virtualenv
mkvirtualenv -r requirements.txt spotit_env
# Use virtualenv
workon spotit_env
# Run commands from Makefile
make clean prepare train
# Leave virtualenv
deactivate