noahgsolomon/brainrot.js
Text to video generator in the brainrot form. Learn about any topic from your favorite personalities 😼.
What it solves
It provides a way to automate the creation of "brainrot" style videos, which typically feature AI-generated voices of famous people (like Donald Trump, Joe Biden, and Joe Rogan) discussing various topics.
How it works
The project uses a combination of several AI services: Groq, OpenAI, and Speechify. It leverages these APIs to generate text and audio, and then renders the video using a custom composition script. Users can run the project in "regular mode" to output a final video file or "studio mode" to edit the video composition in real-time using a React-based composition file (Composition.tsx).
Who it’s for
Content creators who want to generate AI-driven social media videos featuring celebrity voice clones.
Highlights
- Uses Speechify for high-quality voice cloning of public figures.
- Integrates Groq and OpenAI for content generation.
- Uses Docker for environment setup to handle heavy dependencies.
- Offers a "studio mode" for real-time video editing and previewing.