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.
Here's a demo we made while working on the project
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!git clone https://github.com/reflex-dev/reflex-chat.gitTo 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.txtInitialize and run the app:
reflex init
reflex run
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