Quick Start
Prerequisites
One-Command Setup
# Full application (recommended)
docker-compose up --build
# Or run separately:
# Terminal 1: Backend
cd backend
pip install -r requirements.txt
DEMO_MODE=true python -m uvicorn app:app --host 0.0.0.0 --port 8000
# Terminal 2: Frontend
cd octavia-web
npm install
npm run devAccess the app at:
Demo Mode
Test without database setup:
cd backend
DEMO_MODE=true python cli.py test-integration --comprehensive --input test_samples/sample_30s_en.mp4Demo Credentials: