https://github.com/mikeesto/guess-sketch
:mag: Can you guess what Magenta's sketch-rnn model is drawing?
https://github.com/mikeesto/guess-sketch
javascript machine-learning magenta sketch-recognition
Last synced: about 2 months ago
JSON representation
:mag: Can you guess what Magenta's sketch-rnn model is drawing?
- Host: GitHub
- URL: https://github.com/mikeesto/guess-sketch
- Owner: mikeesto
- License: other
- Created: 2018-12-20T04:38:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T04:45:38.000Z (over 6 years ago)
- Last Synced: 2025-02-12T09:57:16.290Z (3 months ago)
- Topics: javascript, machine-learning, magenta, sketch-recognition
- Language: JavaScript
- Homepage: https://guess-the-sketch.glitch.me/
- Size: 723 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [guess-the-sketch](https://guess-the-sketch.glitch.me/)
A matching game powered by Magenta's sketch-rnn model :mag:

### Built with
+ [Magenta.js](https://magenta.tensorflow.org/)
+ [Sketch-RNN](https://magenta.tensorflow.org/sketch-rnn-demo)
+ [Glitch](https://glitch.com)### Run locally
There are no build steps! But, json models do need to be dynamically loaded and for this reason I suggest using a simple http-server. If you like, you can use [browser-sync](https://www.browsersync.io/). I've included it in `package.json`. `npm install` & then `npm start`.