An open API service indexing awesome lists of open source software.

https://github.com/ffwff/ganimu

Neural networks that learn to generate anime faces.
https://github.com/ffwff/ganimu

Last synced: about 1 year ago
JSON representation

Neural networks that learn to generate anime faces.

Awesome Lists containing this project

README

          

# ganimu

Generating anime faces with deep convolution neural networks.

## Generating with a GAN network

Montage of 120 faces generated by a GAN. The model was trained for 71 epochs and the results are pretty cute(-ish)

An interactive web demo lies [here](https://fw.neocities.org/ganime.html).

![GAN](montage-gan.jpg)

## Generating with a VAE network

Montage of 90 faces generated by a [VAEGAN](https://arxiv.org/pdf/1512.09300.pdf). It's a lot blurrier than GAN, possibly due to the high weight of the L2 reconstruction loss. Due to performance and memory constraints I wasn't able to test this for long, however, feel free to try tuning the hyperparameters.

![GAN](montage-vae.jpg)