Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 708 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 708 Bytes

LogoGAN

This project is largely based on the Coursera guided project: "Generate Synthetic Images with DCGANs in Keras". Using the Tensorflow Keras API, this is a Deep Convolution Generative Adversarial Network (DCGAN) model implementation for generating new logo designs.

Dataset

The model was trained on the Large Logo Dataset. The dataset can be obtained from the following link: https://data.vision.ee.ethz.ch/sagea/lld/

References