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

https://github.com/thevarunsharma/facegan

Generating images of human faces using GANs
https://github.com/thevarunsharma/facegan

deep-learning generative-adversarial-network machine-learning tensorflow unsupervised-learning

Last synced: about 2 months ago
JSON representation

Generating images of human faces using GANs

Awesome Lists containing this project

README

          

# FaceGAN

Generating images of human faces using GANs


Generative Adversarial Networks(GANs) are a class of artificial intelligence algorithms used in unsupervised machine learning, implemented by a system of two neural networks contesting with each other in a zero-sum game framework.


A GAN has two parts:


  • a Generator which generates data, and

  • a Discrimintor which differntiates between real and generated data.


Generator's goal is to fool the discriminator and Discriminator's goal is to not get fooled by the generator.


Sample Run


Run main.py and enter number of images to generate. One sample run yields the following