Skip to content

Prakhar-Srivastava/Lopez

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages