| # Copy to .env: cp .env.example .env | |
| # Docker Compose reads YOUTUBE_API_KEY from your environment. | |
| # YouTube Data API v3 — required for real suggested videos and /predict-video | |
| # https://console.cloud.google.com/apis/credentials | |
| YOUTUBE_API_KEY= | |
| # Active model (key from configs/model_catalog.yaml) | |
| MODEL_NAME=LR + TF-IDF (local) | |
| # development | production | |
| ENV=development | |
| # Optional: frontend dev when API is on another host (default uses Vite proxy) | |
| VITE_API_BASE_URL= | |
| # Docker only: build with Hugging Face models (see README) | |
| # INSTALL_HF=1 docker compose build --build-arg INSTALL_HF=1 | |