Skip to content

Deep Neural Network model playing the Dobble/Spot-It game

Notifications You must be signed in to change notification settings

julienroubieu/deep-spotit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Spot-it

Deep Neural Network model playing the Dobble, aka Spot it game.

Running from virtualenv (with virtualenvwrapper)

# Create virtualenv
mkvirtualenv -r requirements.txt spotit_env
# Use virtualenv
workon spotit_env
# Run commands from Makefile
make clean prepare train
# Leave virtualenv
deactivate

About

Deep Neural Network model playing the Dobble/Spot-It game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published