Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 1.29 KB

File metadata and controls

44 lines (29 loc) · 1.29 KB

Openbrainrot 😂 - Running locally

Automate the creation of brain rot clips locally, simply by providing a video topic to talk about.

🎥 Watch the video on my YouTube channel.

Installation 📥

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 3000

See .env.example for the required environment variables.

If you need help, open EnvironmentVariables.md for more information.

Usage 🛠️

  1. Copy the .env.example file to .env and fill in the required values
  2. Open http://localhost:3000 in your browser
  3. Enter a topic to talk about
  4. Click on the "Generate" button
  5. Wait for the video to be generated
  6. The video's location is Openbrainrot/output.mp4