#141 · Primary category: Image Generation

Neural-Photo-Editor

computer-vision convolutional-neural-networks deep-learning gans interfaces machine-learning

A simple interface for editing natural photos with generative neural networks.

Project last updated:03/22/17

GitHub Stars

2.1K

Forks

193

Contributors

3

License

MIT

Why we included this project

This repo is a rare chance to touch a generative model instead of just reading about one. It pairs code from the Introspective Adversarial Networks paper with a Tkinter GUI where you paint directly onto a photo, or onto a latent-space canvas, and watch the network produce a natural-looking edit. Seeing how small changes in a latent code translate into a believable image is the kind of intuition that reading alone rarely gives you. It also ships training and sampling scripts along with a small slice of the celebA validation set, so you can replay the workflow the authors used. The catch is the 2016-era toolchain, built on Python 2 with the Theano and lasagne stacks of that time. Treat it as a learning resource and research reproduction, not something to wire into a modern pipeline.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category