Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 963 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 963 Bytes

MyLittleGAN

Build Status

DCGAN implementation to generate fake images.

Real MNIST Samples Fake MNIST Samples
Real MNIST Samples Faked MNIST Samples
Real CelebA Samples Fake CelebA Samples
Real CelebA Samples Faked CelebA Samples

Running the code

Install the sources with poetry install.

Run tests with python -m pytest tests/.

Get the CelebA dataset and unzip it.

In DCGAN.ipynb change celeba_path = "/your/path/to/img_align_celeba/" to the adequate path.

Run the notebook.