Skip to content

PabloVD/ImageGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image generator using a DCGAN

Implementation of a DCGAN (Deep Convolutional Generative Adversarial Network) for image generation based on this article.

A set of pictures of flowers are used as a sample dataset. The original dataset can be found here. Run the code with python main_gan_flower.py.

Sample of true pictures of flowers used for training (left) and random generated images after 15000 steps (right).

About

GAN for image generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages