OpenBot

Choose robot data with evidence.

Every robot behavior begins with a data decision. Trace the source, judge the fit, and inspect the evidence before the next run.

From source record to training decision.

Each step narrows uncertainty and leaves a result the team can review.

  1. 01

    Trace the source

    Open the official repository, paper, or project page.

  2. 02

    Check the fit

    Compare access, license, modalities, artifacts, and adoption.

  3. 03

    Inspect locally

    Audit the exact dataset revision with openbot-data.

  4. 04

    Record the decision

    Use, defer, repair, or reject—with the reason preserved.

openbot-data

Run the audit where the data lives.

Inspect a robot-video or LeRobot dataset locally. Nothing is uploaded, and every result stays reviewable before the next run.

Install openbot-data
Inspect your dataset locallyYour data stays on your machine
pip install openbot-data

openbot-data audit ./lerobot_dataset \
  --format lerobot \
  --integrity full \
  --out ./audit.json \
  --fail-on error

openbot-data readiness ./lerobot_dataset \
  --profile lerobot-act \
  --integrity full \
  --out ./readiness.json
Local
Dataset stays on your machine
Repeatable
Deterministic findings and diffs
Reviewable
Evidence before training decisions

Catalog updates.

New datasets, models, score changes, and openbot-data releases.