Skip to content

simoninithomas/CatDCGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CatDCGAN πŸ±β€πŸ’»

A DGAN that generate Cat pictures
CatDCGAN Output

Cat DCGAN is a Deep Convolutional Generative Adversarial Network (DCGAN) that generates pictures of cats

This is an open source project

The tutorial πŸ“ƒ

If you want to implement it by yourself and understand how it works, please read my article on FreeCodeCamp https://medium.freecodecamp.org/how-ai-can-learn-to-generate-pictures-of-cats-ba692cb6eae4


Links πŸ”—

🌐 : https://simoninithomas.github.io/CatDCGAN/

If you have any questions, feel free to ask me:

πŸ“§: hello@simoninithomas.com

Github: https://github.com/simoninithomas/CatDCGAN

🌐 : https://www.simoninithomas.com

Twitter: @ThomasSimonini

In this part we're going to implement the DCGAN. Our Architecture:

Cat DCGAN Architecture

Getting Started πŸ“

Important note πŸ€”

You can't run this on your computer (except if you have GPUs or wait 10 years πŸ˜…), personally I train this DCGAN for 20 hours with Microsoft Azure and their Deep Learning Virtual Machine (they offer 170$) https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft-ads.dsvm-deep-learning
⚠️ I don't have any business relations with them. I just loved their excellent customer service.

If you have some troubles to use follow the explainations of this excellent article here (without last the part fast.ai): https://medium.com/@manikantayadunanda/setting-up-deeplearning-machine-and-fast-ai-on-azure-a22eb6bd6429

Contributing πŸ™Œ

If you want to contribute to the project, your help is very welcome. This is an open source project.

We currently working on improving our Generative adversarial network architecture. If you're motivated come join us and submit your pull requests.

Acknowledgements πŸ‘

This project was made possible thanks to:



Training DCGAN