This is the code for "How to Generate Video - Intro to Deep Learning #15' by Siraj Raval on YouTube
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
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.
- tensorflow
- keras
- pillow
Install missing dependencies using pip.
Run jupyter notebook
to see the code pop up in your default browser.
Install jupyter here if you don't have it.
Credits go to platers i've merely created a wrapper to get people started.