susan-shu-c / GANde

GAN to generate faces of the American singer Ariana Grande (trained on Google Colab GPU)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GANde

Open In Colab

Process of gathering data and training GAN to generate faces of the American singer Ariana Grande

Example output 2

Steps

  1. Use OpenCV face_recognition to box face of Ariana Grande from full sized pictures
  2. Crop face into training set
  3. Set up GAN architecture, train, and save process

Box face from full size or zoomed out images

OpenCV Face boxing

Save face only to training set

Facecrop training set

Example GAN outputs

Example output 3

Example output 4

Main tools

  • Google Colab - free GPU!!!
  • OpenCV
  • Tensorflow

Resources

About

GAN to generate faces of the American singer Ariana Grande (trained on Google Colab GPU)


Languages

Language:Jupyter Notebook 100.0%