Skip to content

Variant of the generative adversarial network called the discoGAN. This will allow us to perfrom style transfer

Notifications You must be signed in to change notification settings

girishkuniyal/GANS-for-style-transfer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

discoGAN

Overview

This is the code for this video on Youtube by Siraj Raval as part of the Udacity Deep Learning nanodegree. We're going to use a relatively new variant of the generative adversarial network called the discogan. This will allow us to perfrom style transfer, that is generate an image in the style of another. Very cool stuff.

Dependencies

  • tensorflow
  • matplotlib
  • numpy
  • tqdm

install dependencies using pip

Usage

run jupyter notebook in terminal to see the code pop up in your browser

install juypter here if you don't have it.

Credits

The credits for this code go to chunyuan i've merely created a wrapper to get people started.

About

Variant of the generative adversarial network called the discoGAN. This will allow us to perfrom style transfer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%