Skip to content

kar-m/video2comic

Repository files navigation

video2comic

Video2Comic is a web application developed by BruinAI that converts video files into comic-style visuals using AI by taking key frames from the video, translating audio into text and then using style transfer and character positioning to create comics.

Demo:

Here's a demo we made while working on the project

Watch the video

See the result

Getting Started

You'll need a valid OpenAI subscription - save your API key under the environment variable OPENAI_API_KEY:

export OPENAI_API_KEY="YOUR_OPENAI_API_KEY" # replace me!

🧬 1. Clone the Repo

git clone https://github.com/reflex-dev/reflex-chat.git

📦 2. Install Reflex

To get started with Reflex, you'll need:

  • Python 3.7+
  • Node.js 12.22.0+ (No JavaScript knowledge required!)
  • Pip dependencies: reflex, openai

Install pip dependencies with the provided requirements.txt:

pip install -r requirements.txt

🚀 3. Run the application

Initialize and run the app:

reflex init
reflex run

Additional

You may have to view the pdf's with Adobe Acrobat, there is a vscode extension for this.

You must insert your OpenAI, Gemini, and Cartoon API keys in the upper left corner

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors