Giter Site home page Giter Site logo

clip_music_video's Introduction

CLIP music video

Code for making music videos using CLIP

How to run (using biggan)

 python3 main.py --epochs 400 --textfile yannic_lyrics.txt --audiofile Weasle_sample_audio.mp3

use less epochs to trade off quality and speed.

References

https://twitter.com/advadnoun

https://towardsdatascience.com/generating-images-from-prompts-using-clip-and-stylegan-1f9ed495ddda

https://www.reddit.com/r/MachineLearning/comments/lemeyo/p_generate_faces_from_prompts_using_clip_and/

https://arxiv.org/pdf/2102.01645v2.pdf

https://colab.research.google.com/drive/1FoHdqoqKntliaQKnMoNs3yn5EALqWtvP?usp=sharing

https://colab.research.google.com/drive/1NCceX2mbiKOSlAd_o7IU7nA9UskKN5WR?usp=sharing

https://colab.research.google.com/drive/1fWka_U56NhCegbbrQPt4PWpHPtNRdU49?usp=sharing#scrollTo=zvZFRZtcv8Mp

https://deepai.org/publication/generating-images-from-caption-and-vice-versa-via-clip-guided-generative-latent-space-search

https://www.reddit.com/r/MachineLearning/comments/kzr4mg/p_the_big_sleep_texttoimage_generation_using/?user_id=232319233763

https://www.reddit.com/r/MachineLearning/comments/ky8fq8/p_a_colab_notebook_from_ryan_murdock_that_creates/

https://twitter.com/jonathanfly/status/1362396180978798593

https://github.com/orpatashnik/StyleCLIP

https://twitter.com/Miles_Brundage/status/1363268217385349121

https://twitter.com/jonathanfly/status/1363550050899554311

https://www.reddit.com/r/MachineLearning/comments/ldc6oc/p_list_of_sitesprogramsprojects_that_use_openais/

https://colab.research.google.com/drive/1Q-TbYvASMPRMXCOQjkxxf72CXYjR_8Vp?usp=sharing

https://gist.github.com/l4rz/7040835c3f8266d8b8ea3615a0b49494

https://twitter.com/eps696/status/1363419772252278791

install ImageMagick for Moviepy textclips

instructions here

https://techpiezo.com/linux/install-imagemagick-in-ubuntu-20-04-lts/ 

To edit permission follow this steps:

file /etc/ImageMagick/policy.xml here,
changed <policy domain="path" rights="none" pattern="@*" />
to <policy domain="path" rights="read,write" pattern="@*" />

BigGan_Dall-E_Clip with moviepy

Please create a folder 'output' for the generated images to be saved in. Please install clip and dall-e

pip install git+https://github.com/openai/CLIP.git
pip install DALL-E

the dall-e decoder is here:

https://cdn.openai.com/dall-e/decoder.pkl

clip_music_video's People

Contributors

yk avatar

Stargazers

Ankit Sharma avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.