Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robotastic/infinite-doodles
Use Sketch-RNN to make ML generated doodles for Line-Us to draw
https://github.com/robotastic/infinite-doodles
Last synced: 6 days ago
JSON representation
Use Sketch-RNN to make ML generated doodles for Line-Us to draw
- Host: GitHub
- URL: https://github.com/robotastic/infinite-doodles
- Owner: robotastic
- Created: 2019-12-20T03:06:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T12:56:50.000Z (about 2 years ago)
- Last Synced: 2024-12-13T23:28:10.194Z (13 days ago)
- Language: JavaScript
- Size: 15.2 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# infinite-doodles
Use Sketch-RNN to make ML generated doodles for Line-Us to draw## Background
Sketch-RNN is a genarative recurrent nueral network that can draw common objects. I am not going to even try to explain how it works.
I will let the geniuses at Google do [that](https://ai.googleblog.com/2017/04/teaching-machines-to-draw.html).Sketch-RNN is great a drawing crappy doodles of everyday objects. It can be a bit unpredictable. Sometimes what it comes up with are totally recognizable, others are a bit of a mess.
It is an adventure!(Line-Us)[https://www.line-us.com] is the perfect pairing for Sketch-RNN. It is a little robot drawing arm, that does an ok job of recreating art work. It is a little wobbly and the lines aren't perfect.
This compliments the crazy stuff that Sketch-RNN comes up with.## Using It
You should already have setup up Line-Us and tried doing a couple drawings. The computer you are running this on should be on the same network as your Line-Us.
First - get **Node** setup on your system.
Then, load all of the required modules:
`npm install`
and now run it!
`node index.js`
## CATS!
It is setup to run using the Cat model. You can switch out it for other models that are in the json format. I have also included the bus model.