Automate the creation of brain rot clips locally, simply by providing a video topic to talk about.
🎥 Watch the video on my YouTube channel.
Openbrainrot requires Python 3.11 to run effectively. If you don't have Python installed, you can download it from here.
After you finished installing Python, you can install Openbrainrot😂 by following the steps below:
git clone https://github.com/AlessandroBonomo28/Openbrainrot.git
cd Openbrainrot
# Install requirements
pip install -r requirements.txt
# Copy .env.example and fill out values
cp .env.example .env
# Run the backend server
cd Backend
python brainrot.py
# Run the frontend server
cd ../Frontend
python -m http.server 3000See .env.example for the required environment variables.
If you need help, open EnvironmentVariables.md for more information.
- Copy the
.env.examplefile to.envand fill in the required values - Open
http://localhost:3000in your browser - Enter a topic to talk about
- Click on the "Generate" button
- Wait for the video to be generated
- The video's location is
Openbrainrot/output.mp4