Skip to content

This project focuses on generating realistic art portraits using a Generative Adversarial Network (GAN).

Notifications You must be signed in to change notification settings

BlamerX/Portrait-Generation-Using-GANs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Portraits Generation Using GANs

About Dataset

I have used this dataset as It has only 10k+ images. This was a Subset of the Oiginal dataset also on Kaggle dataset but as i had to train for long and the time constraint i had to go with this as it is a really great dataset.

A collection of online art home gallery

Problem Statement

The objective is to train a model capable of generating realistic and diverse art portraits based on a given dataset of art images. The model should consist of a generator network, responsible for generating images from random noise, and a discriminator network, responsible for distinguishing between real and generated images. The goal is to train the GAN model such that the generator learns to produce high-quality art portraits that are indistinguishable from real ones, while the discriminator learns to accurately differentiate between real and generated images. The training process involves optimizing both the generator and discriminator networks in an adversarial manner, where the generator aims to fool the discriminator, and the discriminator aims to correctly classify real and fake images. The success of the model will be evaluated based on the visual quality of the generated art portraits and the convergence of the training process.

Result

About

This project focuses on generating realistic art portraits using a Generative Adversarial Network (GAN).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published