Skip to content

anjueappen/Guess-A-Sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess-a-Sketch

Half party game, half neural net.

Each round, you get a prompt (eg "cat"). Draw it! Well, as best you can, until the timer runs out. Get points based on the quality of your drawing.

Points are awarded by a program which can recognize objects in napkin-quality sketches. The program learns how to do this using a convolutional neural network.

The App

The party game is implemented as a Meteor web app, using React for the UI.

See setup and user instructions at app/README.md

The Net

The neural network is implemented using Tensorflow.

See setup instructions at SketchNet/README.md