A generative model that could generate colored face images from grayscale face images.
Read full report about this project on this PDF.
The dataset is take from This Person Does Not Exist using unofficial "API" by David Lorenzo. The dataset has been uploaded and is available to download at Kaggle. Run the following code to download the dataset from Kaggle.
%run Dataset/import_dataset.py
The model has been trained for 30 epochs (30K iterations) using the 80% of dataset above. Run the following code to download the trained model.
%run Resources/model_saved/import_trained_model.py
Authored by William Justin.