Welcome to QuirkCraft, your creative powerhouse where imagination seamlessly transforms into compelling videos and captivating social media content! 🚀✨
QuirkCraft harnesses the immense power of GPT-4 and DALL-E-3 to offer a comprehensive platform for crafting engaging video scripts and eye-catching thumbnails for YouTube, as well as punchy post captions with stunning images for LinkedIn, Facebook, and Twitter. 🎥🌟📸
Transform your ideas into captivating 60-second masterpieces effortlessly. QuirkCraft takes your provided topic and generates both a dynamic video script and an attention-grabbing thumbnail for your YouTube content. 🎬✨ Let the brilliance of GPT-4 elevate your creativity, making video creation a breeze! 🚀🎨
Extend your reach across platforms with QuirkCraft's social media content creation capabilities. Convert your topic into engaging post captions accompanied by a visually striking image tailored for LinkedIn, Facebook, and Twitter. Elevate your social media game with content that stands out and resonates! 🌐🖼️
Anticipate exciting enhancements on the horizon! While the current version doesn't support direct video generation from images created by DALL-E-3, you can still unleash your creativity. Follow the steps in the README to transform static images into dynamic videos effortlessly using the automated process. Inspired by the innovative technology discussed in Stability AI Releases Stable Video Diffusion, this functionality brings your visuals to life.
Effortlessly transform static images into dynamic videos with this automated process. This version doesn't directly generate videos from DALL-E-3 images, but you can still follow the steps below to create engaging videos.
- Generate 6 to 10 images using DALL-E-3 for your desired content.
- Convert each image into a 2-second video, adding a dynamic touch.
- Automate the seamless combination of these video clips into a polished final product using the "moviepy" Python package.
Stay tuned for future updates that may include direct video generation from DALL-E-3 images! 🌈✨
Note: Currently, the video generation process is not available in this project. Though, you can use the above steps to create videos from images.
YouTube Video | LinkedIn Post |
---|---|
- Clone the repository
git clone https://github.com/HeetVekariya/QuirkCraft.git
- Make virtual environment and activate it
python -m venv venv
source venv/bin/activate
- Navigate to the project directory
cd QuirkCraft
- Install the dependencies
pip install -r {path to requirements.txt}
reflex init
- Add your OpenAI GPT-4 API key to the
state.py
file, replaceYOUR_API_KEY
with your API key.
api_key = "YOUR_API_KEY"
- Run the app
reflex run
Note : Must have GPT-4 API key to run the app, you can create here.