llSourcell / GANS-for-style-transfer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 100.0%