Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 573 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 573 Bytes

This project show cases the use of GANs

In this project we've tried building GAN composed of a discriminator, which is a CNN model
which takes an image as an input and tells how close it is to being a photograph as a floating point score.
Then we have an inverse CNN (or upsampling) model which takes a floating point score and tries to generate
a photograph based on that score.

Now these two models are coupled together in an adverserial setting to achieve a model that could generate
a photograph out of human sketch faces.