Installation
Quick Start
Option 1: Web UI (Recommended)
A browser-based interface for the full training pipeline — upload data, configure training, and view results without writing code.--host and --port:
The Web UI requires foundation model dependencies to run training. Install with
pip install -e ".[all]" for both UI and model support.Option 2: CLI
Use the Web UI for your first run. Use the CLI when you want reproducible runs in scripts.