jtoy / sketchnet

deep learning model that learns to code with drawing in the Processing language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sketchnet

sketchnet - processing code generator

can we teach a computer to draw pictures with code. We use Processing and java/jruby code paired with the pictures it makes to train the system. The model will then be able to take unseen images generate working code for it.

For more info and results, see the blog post: http://www.jtoy.net/projects/sketchnet/

As far as we know, this should be the first working model to generate working usable code.

functions we are interested in modeling

  • sin/cos
  • shapes: ellipse/rect/etc
  • line
  • bezier

references

About

deep learning model that learns to code with drawing in the Processing language


Languages

Language:Python 98.8%Language:HTML 1.2%