dr-benway / NeuralDreamVideos

A deep learning model for creating video sequences

Home Page:https://medium.com/p/5d517b3cc804

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural Dream Videos

alt text

A deep learning method for creating video sequences

This repository includes a method for creating what I like to call Neural Dream Videos, which are a way of generating new videos with the same temorpal and spatial qualities as a source video. It uses a variational autoencoder and recurrent neural network in conjunction in order to produce the videos. To see example videos and learn more, see my Medium post about it.

Included in the repository is an ipython notebook which contains most of the information needed to make your own videos. The neural network architectures are written in Tensorflow, and you will likely need at least version 0.8.

The VAE is based on the model by Jan Hendrik Metzen.

The RNN is heavily modified from the model by sherjilozair.

About

A deep learning model for creating video sequences

https://medium.com/p/5d517b3cc804

License:MIT License


Languages

Language:Jupyter Notebook 52.0%Language:Python 48.0%