Skip to content

mqasim41/GAN_Anime_Face_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

GAN_Anime_Face_Generator

Creating Anime Faces using GANS

Given the https://www.kaggle.com/splcher/animefacedataset dataset. I have created a DCGAN network to generate images of the faces of anime characters.

GAN Architecture invloves the use of two neural networks. A discriminator network which tells apart AI generated images from real images and a generator network which given the feedback from the discriminator network learns to generate a more and more realistic image.

Diagram of GANs architecture:

image

Real Images:

image

AI Generated Images after 1 epoch:

image

AI generated Image after 25 epochs:

image

Model Losses:

image

About

Creating Cartoon Faces using GANS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published