Skip to content

arminZolfaghari/GAN-for-Cats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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