Skip to content

This GAN was made to generate a cool profile photo.

License

Notifications You must be signed in to change notification settings

blakete/Cool-GAN

Repository files navigation

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

Cool-GAN

This GAN was made to generate a cool profile photo.

Requirements

  • Docker
  • Nvidia-Docker
  • Cuda GPU

Install

  • Clone this repository
$ cd Cool-GAN
$ ./build.sh
$ ./run.sh

Usage

Pre-trained models

$ cd Cool-GAN
$ python plotting.py --model_path models/faces/generator_model_100.h5
  • Enjoy your Cool GAN faces :)

Training models

  • Once inside the Docker container
$ python mnist-gan.py # to train mnist GAN

OR

$ python face-gan.py # to train celebrity faces GAN
  • Refer to pre-trained models usage instructions to test your trained gan

References

About

This GAN was made to generate a cool profile photo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages