An open API service indexing awesome lists of open source software.

https://github.com/frixoe/handwritten-digit-gan

A GAN which generates hand written digits.
https://github.com/frixoe/handwritten-digit-gan

deep-learning gan neural-network tensorflow

Last synced: about 1 month ago
JSON representation

A GAN which generates hand written digits.

Awesome Lists containing this project

README

          

# My First GAN

This is my first implementation of a Generative Adversarial Network to generate images of hand-written digits(0 - 9.)

## Generated Images
These are 10 random images which were generated by the GAN after being trained for a little less than a day.

![Image 1](https://github.com/Frixoe/my-first-gan/blob/master/generated/imgs/img_1.png?raw=true)
![Image 2](https://github.com/Frixoe/my-first-gan/blob/master/generated/imgs/img_2.png?raw=true)
![Image 3](https://github.com/Frixoe/my-first-gan/blob/master/generated/imgs/img_3.png?raw=true)
![Image 4](https://github.com/Frixoe/my-first-gan/blob/master/generated/imgs/img_4.png?raw=true)
![Image 5](https://github.com/Frixoe/my-first-gan/blob/master/generated/imgs/img_5.png?raw=true)
![Image 6](https://github.com/Frixoe/my-first-gan/blob/master/generated/imgs/img_6.png?raw=true)
![Image 7](https://github.com/Frixoe/my-first-gan/blob/master/generated/imgs/img_7.png?raw=true)
![Image 8](https://github.com/Frixoe/my-first-gan/blob/master/generated/imgs/img_8.png?raw=true)
![Image 9](https://github.com/Frixoe/my-first-gan/blob/master/generated/imgs/img_9.png?raw=true)
![Image 10](https://github.com/Frixoe/my-first-gan/blob/master/generated/imgs/img_10.png?raw=true)

This was a very exciting project to work on and I learnt a lot.