Skip to content

genekogan/InvisibleCities

 
 

Repository files navigation

Drawing interface for Invisible Cities, using pix2pix, p5.js, and node.

Watch it in action here.

First install node modules.

npm install

Train a new model, referring to the instructions in the readme in pix2pix. Models for Seoul and Venice will be made available shortly.

Launch the server with node:

node app.js

then go over to localhost:5000. If you want to run it over a different port, then:

PORT=8090 node app.js

About

Image-to-image translation using conditional adversarial nets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 96.0%
  • Lua 3.8%
  • Other 0.2%