Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readyset — Autonomous Pre-Viz & Studio Greenlight Suite

Readyset is an autonomous multi-agent pre-viz and studio greenlight suite designed for commercial directors, screenwriters, indie filmmakers, and brand marketing teams.

Powered by Gemini 2.0, Google Cloud Agent Builder, ClickHouse MCP Telemetry, and Web Audio API.


🌟 Key Features

  1. Taste Engine (Zero-Copy IP Compliance): Synthesizes original brand kits, color grades, mood tags, and lighting parameters into a structured Taste DNA Blueprint.
  2. Multi-Agent Pre-Viz Crew:
    • Script Director Agent: Drafts formatted screenplays with INT./EXT. headers, dialogue, and VO cues.
    • Visual DP Agent: Generates 8-frame pre-viz storyboards with technical DP shot overlays (Lens mm, Camera Angle, Camera Motion).
    • Audio Director Agent: Composes background score beds and drives an interactive stem mixer (vocals, accompaniment, master fader).
  3. Aspect Ratio Switcher: One-click toggle for 16:9 (Broadcast/YouTube), 9:16 (TikTok/Reels), and 1:1 (Instagram) storyboard panels.
  4. ClickHouse Studio Analytics: Queries historical pacing curves and cut duration telemetry via ClickHouse MCP to produce a data-backed Greenlight Viability Score.
  5. One-Click Pitch Deck Exporter: Generates a presentation-ready pitch deck view for client and studio executive greenlight meetings.

🏗️ Architecture & Quickstart

Readyset/
├── frontend/          # Vite + React + Tailwind CSS Studio Dashboard
├── backend/           # Flask API + Gemini 2.0 Multi-Agent Pipeline
└── agent_builder/     # GCP Agent Builder Playbooks & ClickHouse MCP Configuration

Running Locally

1. Frontend Studio (Vite + React)

cd frontend
npm install
npm run dev

Frontend runs at: http://localhost:5173/

2. Backend Engine (Flask API)

cd backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py

Backend runs at: http://127.0.0.1:5001/


📜 License

MIT License — Free for commercial and non-commercial use.

Releases

Packages

Contributors

Languages