Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.71 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.71 KB

GAN-for-Cats

Implementation of DCGAN (Deep Convolutional Generative Adversarial Network) to generate cat pictures 🐈🐈🐈

GIF

alt text
You can see other generated images here.

Dataset

The dataset includes 15747 images which are 64x64 resized RGB. The dataset is available on Kaggle as images. Also, you can see my implementation and notebook on Kaggle.
I stored the dataset in Numpy array form to make it easier to work with data, you can download it from this.

Model

Generator

alt text alt text

Discriminator

alt text alt text

Contact

If you have any questions, feel free to ask me:
📩 arminzolfagharid@gmail.com