# LeLab

A web UI for training and running real-world robotics policies from Hugging Face LeRobot.

## Agent Decision Summary
- Risk level: elevated
- Source confidence: medium
- Recommended workflows: Browser automation, Robotics or embodied agent workflow
- Permission surface: browser, messages, hardware
- Agent JSON: https://www.openagent.bot/bots/lelab.agent.json

## Summary
LeLab is the official graphical interface for LeRobot, Hugging Face's open-source robotics library. It turns the full robot learning workflow — calibrate, teleoperate, record, train, replay — into a single browser UI. Plug in a robotic arm, open the app, and go from unboxing to training your first policy in minutes.


## Guide
LeLab is Hugging Face's official graphical interface for LeRobot, designed to make real-world robot learning accessible from a browser. Instead of stitching together calibration scripts, teleoperation tools, training pipelines, and inference servers, you get one web app that connects a physical robotic arm to state-of-the-art AI policies.

### What it is
LeLab is a web application that wraps the full LeRobot workflow — calibrate, teleoperate, record, train, replay, and upload — into a guided browser experience. It supports a range of robotic arms including low-cost options like SO-100, and provides a live joint-streaming teleoperation interface, camera recording, training job management with live logs, and one-click dataset upload to the Hugging Face Hub.

### Why it matters
Physical AI has been held back by complexity. Getting a robot arm to learn a task traditionally requires assembling multiple tools, writing glue code, and deep knowledge of both robotics and ML. LeLab collapses that into a single install command and a browser tab. This matters because the faster people can go from unboxing to training, the more data, policies, and contributions the open-source robotics ecosystem will generate.

### How it works
After a one-line install, LeLab opens in your browser. The guided workflow starts with calibration — a step-by-step web flow for configuring your robot arm. Then teleoperation lets you move the leader arm while the follower mirrors it in real time. You record demonstration episodes with synchronized camera feeds into a LeRobotDataset. Training kicks off a LeRobot policy training job with live log streaming. Finally, you can run inference to execute the trained policy on hardware or replay recorded episodes.


## Use Cases
- Learning from demonstration for pick-and-place tasks: Teleoperate an arm to demonstrate picking and placing objects, train an ACT or Diffusion policy, then let the robot execute autonomously.
- Multi-episode dataset collection for research: Record hundreds of demonstration episodes with synchronized video, organize them into datasets, and push to the HF Hub for community use.
- Evaluating VLA models on real hardware: Test state-of-the-art Vision-Language-Action models like Pi0, GR00T, and SmolVLA on physical robotic arms without writing deployment code.

## Alternatives
- Use LeRobot Python API for programmatic control vs LeLab: LeLab is a browser UI on top of LeRobot. If you need to script robotics pipelines, integrate with CI, or work headlessly, use the underlying LeRobot library directly.

### Getting Started
- Try LeLab in your browser: https://huggingface.co/spaces/lerobot/LeLab
- Clone the repository: https://github.com/huggingface/leLab

### FAQ
- What hardware does LeLab support?
  - LeLab supports multiple arms including SO-100, LeKiwi, Koch, HopeJR, OMX, EarthRover, Reachy2, OpenARM, and Unitree G1. It also works with standard gamepads, keyboards, and phones for teleoperation.
- Do I need a GPU to use LeLab?
  - You need a GPU for training policies, but teleoperation and data recording can run on CPU. The exact requirements depend on the policy (ACT, Diffusion, Pi0, etc.) and dataset size.
- Is LeLab open source?
  - Yes, LeLab and LeRobot are both open source under the Apache-2.0 license.
- Can I use LeLab without real hardware?
  - LeLab is designed for real-world robotics, but LeRobot also supports simulation environments like LIBERO and MetaWorld for development and evaluation.
- How is LeLab different from the LeRobot CLI?
  - LeLab is a web UI that provides a guided visual workflow. The LeRobot Python library and CLI offer the same capabilities for programmatic and headless use.
## What It Does
LeLab is a web application that wraps the full LeRobot workflow — calibrate, teleoperate, record, train, replay, and upload — into a guided browser experience. It supports a range of robotic arms including low-cost options like SO-100, and provides a live joint-streaming teleoperation interface, camera recording, training job management with live logs, and one-click dataset upload to the Hugging Face Hub.

## How To Evaluate
After a one-line install, LeLab opens in your browser. The guided workflow starts with calibration — a step-by-step web flow for configuring your robot arm. Then teleoperation lets you move the leader arm while the follower mirrors it in real time. You record demonstration episodes with synchronized camera feeds into a LeRobotDataset. Training kicks off a LeRobot policy training job with live log streaming. Finally, you can run inference to execute the trained policy on hardware or replay recorded episodes.

## Why It Matters
LeLab matters because it bridges the gap between robotics research and hands-on experimentation. Instead of wrangling CLI tools and config files, newcomers get a browser UI that guides them through every step of the robot learning pipeline. This lowers the barrier for students, hobbyists, and researchers to contribute to open-source physical AI.


## Best For
- Students and researchers getting started with real-world robotics
- Hobbyists building with low-cost robotic arms (SO-100, Koch, etc.)
- Teams evaluating imitation learning and VLA policies on physical hardware

## Not For
- Production deployment of robot fleets at scale
- Simulation-only robotics projects without physical hardware

## What It Actually Does
- Complete robotics workflow in a browser: LeLab wraps calibration, teleoperation, data recording, training, and inference into one web app — no CLI hunting required.
  - Why it matters: The main barrier to entry in robotics is setup complexity. LeLab removes it with a single-command install and a guided UI.
- Built on LeRobot, Hugging Face's robotics library: LeLab is the official front-end for LeRobot, which provides state-of-the-art policies (ACT, Diffusion, Pi0, GR00T), standardized datasets, and multi-hardware support.
  - Why it matters: You get immediate access to the latest imitation learning and VLA research without writing infrastructure code.
- One-click dataset upload to Hugging Face Hub: Recorded episodes can be pushed to the HF Hub with a single click, making it easy to share datasets and collaborate.
  - Why it matters: Dataset sharing is critical for reproducible robotics research and community progress.

## Typical Use Cases
- Educational robotics: Use LeLab as a teaching tool for robot learning — students can go from connecting an arm to training a policy in one session.
- Rapid policy prototyping: Quickly collect demonstration data from a teleoperated arm, train an imitation learning policy, and evaluate on hardware.
- Open-source robotics benchmarking: Record and share standardized datasets on the HF Hub, enabling reproducible comparisons across policies and hardware.

## How It Compares
- Choose LeLab for a browser-based robotics workflow vs CLI-only robotics frameworks: LeLab provides a guided UI for the full LeRobot pipeline. If you prefer programmatic control or are working in headless environments, the underlying LeRobot Python library may be a better fit.

## Fit Matrix
- Browser automation: strong. LeLab has multiple signals for browser automation, including matching tags, capabilities, category, or positioning. Required check: Run one non-sensitive website task and inspect clicks, waits, retries, and changed URLs.
- Robotics or embodied agent workflow: strong. LeLab has multiple signals for robotics or embodied agent workflow, including matching tags, capabilities, category, or positioning. Required check: Separate simulator claims from hardware claims and verify safety boundaries before real-world operation.
- Coding agent workflow: partial. LeLab has at least one signal for coding agent workflow, but should be checked against a real task before adoption. Required check: Run a small repository change and inspect the diff, tests, and rollback path.
- Evaluation and observability: partial. LeLab has at least one signal for evaluation and observability, but should be checked against a real task before adoption. Required check: Add one repeatable test case and confirm results can run again in review or CI.
- Local or private AI stack: partial. LeLab has at least one signal for local or private ai stack, but should be checked against a real task before adoption. Required check: Verify hardware requirements, data path, storage, and whether all calls stay in your environment.
- Memory or RAG workflow: partial. LeLab has at least one signal for memory or rag workflow, but should be checked against a real task before adoption. Required check: Create, update, retrieve, correct, and delete memory or retrieval objects with real data.

## Evidence
- verified: LeLab is listed as open source. Source: License metadata: Apache-2.0
- verified: LeLab has a recorded GitHub repository: huggingface/leLab. Source: Resource facts and GitHub source link.
- inferred: LeLab supports these recorded deployment modes: self hosted, cloud. Source: OpenAgent decision signal metadata.
- inferred: LeLab is tagged with robotics, messaging capabilities. Source: OpenAgent capability taxonomy.

## Missing Checks
- Dedicated docs link is missing.
- Repository freshness has not been recorded.

## Next Actions
- Inspect repository: https://github.com/huggingface/leLab
- Open Homepage: https://huggingface.co/spaces/lerobot/LeLab
- Open Docs: https://huggingface.co/docs/lerobot/main/en/lelab
- Install and run LeLab: pip install lerobot && lelab --dev

## Command Line
### Install and run LeLab
Installs LeRobot with LeLab and starts the dev server. A browser window opens automatically.

```bash
pip install lerobot && lelab --dev
```

## Facts
- Category: bots
- Resource type: bot
- Open source: yes
- License: Apache-2.0
- Last verified: 2026-06-04
- GitHub repo: huggingface/leLab
- GitHub stars: 36

## Capabilities
- robotics
- messaging

## Structured Use Case Tags
- self-hosted-ai
- robotics-agent

## Getting Started
- Open the LeLab Space: https://huggingface.co/spaces/lerobot/LeLab
- View the GitHub repository: https://github.com/huggingface/leLab
- Read the LeRobot docs: https://huggingface.co/docs/lerobot/index
- Join the Discord community: https://discord.gg/q8Dzzpym3f

## Links
- GitHub: https://github.com/huggingface/leLab
- Homepage: https://huggingface.co/spaces/lerobot/LeLab
- Docs: https://huggingface.co/docs/lerobot/main/en/lelab

## Structured Outputs
- JSON: https://www.openagent.bot/bots/lelab.json
- Markdown: https://www.openagent.bot/bots/lelab.md
- Agent JSON: https://www.openagent.bot/bots/lelab.agent.json
- Canonical: https://www.openagent.bot/bots/lelab
