Fovea Studio

Visual companion for Fovea MCP, focused on the daily loop of local YOLO work: start runs, watch metrics, inspect datasets, compare checkpoints, and export deployment artifacts.
Status
Current distribution is release-ready from source. Marketplace and Open VSX publication are
maintainer-gated until release credentials are supplied.
Features
- Run Dashboard — live metric overlays driven by the local SSE endpoint
- Training Launcher — start local YOLO runs from a guarded webview form
- Dataset Inspector — class distribution, dataset actions, and sample previews
- Export Wizard — ONNX/TFLite export with quantization-aware flows
- Exports View — review
FOVEA_HOME/exports.jsonl history
- Run Comparison — compare tracked runs without leaving VS Code
Screenshots



Requirements
- fovea-mcp installed from this repository
- VS Code ≥ 1.98
- Node
24.14.1 LTS with Corepack-enabled pnpm@10.33.0
Install
git clone https://github.com/oaslananka/fovea
cd fovea/fovea-studio
corepack enable
corepack prepare pnpm@10.33.0 --activate
pnpm install --frozen-lockfile
pnpm verify
pnpm exec vsce package --out fovea-studio.vsix --no-dependencies
code --install-extension fovea-studio.vsix
Usage
- Open the Fovea activity bar icon in VS Code.
- Run
Fovea: Start Local Server.
- Use
Fovea: Start Training..., Dashboard, Dataset Inspector, Export Wizard, or Compare Runs.
If you prefer an external terminal, start the backend with:
fovea-mcp serve --http --tcp --metrics
Studio uses the same FOVEA_HOME as the backend. Set fovea.home in VS Code settings when you want a workspace-specific demo directory.
For documentation source, see fovea-mcp/docs.
License
Apache-2.0