Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 657 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 657 Bytes

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