OpenBot

The data engineering layer for Physical AI.

Find the right datasets and models, validate robot data before it reaches training, and compile it for 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 locally
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
Repeatable
Deterministic findings and diffs
Reviewable
Evidence before training decisions

Embodied intelligence updates.

The latest research, datasets, models, and tools shaping embodied intelligence.