Skip to content

This project explores Generative Adversarial Networks (GANs) to generate realistic fake human faces. GANs are unsupervised generative models that learn from input data and create new samples resembling the original distribution.

Notifications You must be signed in to change notification settings

Vaishakgkumar/Generating-Fake-Faces-Using-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Generating-Fake-Faces-Using-GAN

project-image

This project explores Generative Adversarial Networks (GANs) to generate realistic fake human faces. GANs are unsupervised generative models that learn from input data and create new samples resembling the original distribution. The GAN architecture consists of a Generator network that generates images and a Discriminator network that distinguishes real from fake. The project involves importing necessary libraries loading and visualizing a face image dataset defining and training the Generator and Discriminator models and evaluating their performance. The trained models are used to generate batches of fake face images which are then saved and made available for download. The project showcases the capabilities of GANs in generating synthetic images and demonstrates proficiency in deep learning image processing and data generation techniques.

Project Screenshots:

Working of GAN

project-screenshot

GAN Architecture

project-screenshot

GAN Generator Summary

project-screenshot

GAN Discriminator Summary

project-screenshot

Noise Map For Generating Images

project-screenshot

Generated Images

project-screenshot

About

This project explores Generative Adversarial Networks (GANs) to generate realistic fake human faces. GANs are unsupervised generative models that learn from input data and create new samples resembling the original distribution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published