Skip to content

Takes your videos and runs them through the DeepAI DeepDream model

License

Notifications You must be signed in to change notification settings

8-momo-8/deepdreamvideo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TURN YOUR VIDEO INTO A DREAM

This program takes your video, splits it into its frames, sends it to an AI to have special effects applied, and puts the video back together.

Install required libraries with:

pip3 install -r requirements.txt

Usage:

    Put your video in the same folder as main.py
    python main.py  'name.mp4 '  'apikey' 
    Run the program and wait

using_docker:

docker build -t ai .
docker run -it --rm --name my-running-script -v "$PWD":/usr/src/myapp -w /usr/src/myapp ai main.py test.mp4  apikey

About

Takes your videos and runs them through the DeepAI DeepDream model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%