omnigeeker / dlnd_how_to_generate_video

This is the code for "How to Generate Video - Intro to Deep Learning #15' by Siraj Raval on YouTube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how_to_generate_video

This is the code for "How to Generate Video - Intro to Deep Learning #15' by Siraj Raval on YouTube

Coding Challenge - Due Date, Thursday April 27th at 12 PM PST

This weeks coding challenge is to use a GAN to generate some video! You can use Keras with a Tensorflow backend to do this. The video will likely be blurry and that's ok, GANs are relatively new.

Bonus points if

  • you manage to generate some video that is actually high quality.
  • you skip Keras and use plain Tensorflow

Overview

This is the code for this video on Youtube by Siraj Raval as part of the Deep Learning Nanodegree with Udacity. This code uses Keras with a Tensorflow backend to train a Generative Adversarial Network to generate new images of the alien language from the movie Arrival. We can stich those images together to create short videos as well.

Dependencies

  • tensorflow
  • keras
  • pillow

Install missing dependencies using pip.

Usage

Run jupyter notebook to see the code pop up in your default browser.

Install jupyter here if you don't have it.

Credits

Credits go to platers i've merely created a wrapper to get people started.

About

This is the code for "How to Generate Video - Intro to Deep Learning #15' by Siraj Raval on YouTube


Languages

Language:Jupyter Notebook 100.0%