Skip to content
| Marketplace
Sign in
Visual Studio Code>Machine Learning>Fovea StudioNew to Visual Studio Code? Get it now.
Fovea Studio

Fovea Studio

Oaslananka

| (1) | Free
Visual companion for Fovea MCP — run dashboards, dataset inspector, export wizard.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Fovea Studio

Repository Install License: Apache-2.0

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

Fovea Dashboard

Fovea Dataset Inspector

Fovea Export Wizard

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

  1. Open the Fovea activity bar icon in VS Code.
  2. Run Fovea: Start Local Server.
  3. 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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft