Generating facial images of imaginary celebrities and facial sketches of imaginary people using Deep Convolutional GAN (DCGAN). Used the CelebA and CUFS datasets to train the respective models.
Utilized PyTorch framework for development. Used a NVIDIA GeForce GTX 1070 GPU machine to facilitate training of the model.
Please note:
- Before running the Notebook, download the CelebA dataset images (http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html) and the CUFS dataset images (http://mmlab.ie.cuhk.edu.hk/archive/facesketch.html) and put them into the 'imgs' subdirectory of the 'celeba' and 'cufs' directories respectively.