All Projects → llSourcell → How_to_generate_video

llSourcell / How_to_generate_video

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

Projects that are alternatives of or similar to How to generate video

Wellnessconversation Languagemodel
Korean Language Model을 이용한 심리상담 대화 언어 모델.
Stars: ✭ 80 (-1.23%)
Mutual labels:  jupyter-notebook
Learn machine learning
Road to Machine Learning
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Ai For Trading
code repository for Udacity nanodegree Artificial Intelligence for Trading
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Dl in nlp deeppavlov cs224n spring2020
"Deep Learning in Natural Language Processing" - a course by DeepPavlov built on top of Stanford's cs224n
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Deep transfer learning nlp dhs2019
Contains the code and deck for the presentation on Applying Deep Transfer Learning for NLP in Analytics Vidhya's DataHack Summit 2019
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Unet Tgs
Applying UNET Model on TGS Salt Identification Challenge hosted on Kaggle
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Tutorials2021
Mediterranean Machine Learning school tutorials
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
2017 Ccf Bdci Enterprise
2017-CCF-BDCI-企业经营退出风险预测:9th/569 (Top 1.58%)
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Neural Structural Optimization
Neural reparameterization improves structural optimization
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Ltpextraction
基于ltp的简单评论观点抽取模块
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Object Detection On Thermal Images
Robust Object Classification of Occluded Objects in Forward Looking Infrared (FLIR) Cameras
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Lifetime value
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Mlnetexamples
A collection of examples for the ML.NET machine learning package from Microsoft
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Fnn
Embed strange attractors using a regularizer for autoencoders
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Whatsapp Radiologist
A chatbot built in python using Selenium module.
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Style Semantics
Code for the paper "Controlling Style and Semantics in Weakly-Supervised Image Generation", ECCV 2020
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Scala Cheatsheet
The Biggest Scala Cheat-Sheet.
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Summerschool2017
Material for the Montréal Deep Learning Summer School 2017
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Caffe Spn
Codes for Learning Affinity via Spatial Propagation Networks
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook
Astool
Augmented environments with RL
Stars: ✭ 81 (+0%)
Mutual labels:  jupyter-notebook

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].