Skip to content

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

Notifications You must be signed in to change notification settings

llSourcell/how_to_generate_video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages