@LeRobotHF: Train AI robots without writing a single line of code. We just launched LeLab, the official graphical user interface fo…
Summary
Hugging Face launched LeLab, a graphical user interface for LeRobot that enables training AI robots without command-line interaction, featuring zero-terminal setup, data collection, and one-click GPU training via Hugging Face Jobs.
View Cached Full Text
Cached at: 06/03/26, 09:55 PM
Train AI robots without writing a single line of code.
We just launched LeLab, the official graphical user interface for LeRobot built by @rabault_nicolas. It completely removes the command line from the robot learning workflow, taking you from raw hardware to autonomous movement visually.
If you’ve ever wanted to get into AI robotics but were held back by complex terminal setups, this is for you.
- Zero-Terminal Setup: Smart calibration with automatic USB port detection.
- Easy Data Collection: Teleoperate your robot and record a dataset.
- One-Click GPU Training: Don’t have a massive local GPU? Scale your training instantly with Hugging Face Jobs right inside the app.
Just plug in your SO-ARM101 and start teaching your robot. We put together a complete, step-by-step video guide showing exactly how to get started and train your first policy.
Docs: https://huggingface.co/docs/lerobot/main/en/lelab… GitHub: https://github.com/huggingface/leLab…
LeLab - LeRobot Guide · Hugging Face
Source: https://huggingface.co/docs/lerobot/main/en/lelab
https://huggingface.co/docs/lerobot/main/en/lelab#lelab—lerobot-guideLeLab - LeRobot Guide
LeLab is a graphical user interface built on top of the LeRobot library, designed to make robotics accessible without needing to memorize CLI commands. From a single app you can configure your robot, teleoperate it, collect datasets, train policies locally or on cloud GPUs via HF Jobs, and deploy trained models back onto your robot. It’s the easiest way to go from an unboxed SO-101 to a working policy, and a great companion for anyone learning the LeRobot workflow. Source code and issues live on GitHub:huggingface/leLab.
For now LeLab is compatible only with SO-ARM101
https://huggingface.co/docs/lerobot/main/en/lelab#installationInstallation
Requiresuv. Install and launch in one command:
uv tool install git+https://github.com/huggingface/leLab.git && lelab
After install, runlelabfrom your terminal anytime to start the app.
https://huggingface.co/docs/lerobot/main/en/lelab#featuresFeatures
- Add robots— Select arm type (leader/follower), calibrate each joint from the middle position, and attach cameras.
- Teleoperation— Control the follower arm with the leader and see a live 3D visualization of the arms.
- Dataset recording— Define a task description, number of episodes, and episode/reset durations. Press spacebar to advance between episodes. 30+ episodes recommended.
- Local training— Train a policy directly on your own machine with a selected dataset, policy type, batch size, and step count.
- Cloud training with HF Jobs— Train on powerful GPUs viaHF Jobswith transparent pricing. Run
hf auth loginfirst. See theCompute HW Guidefor hardware/batch size tips. - Training visualization— Watch progress live in the app, with checkpoints saved automatically.
- Run trained policies— Pick any model from your jobs list and run inference on your robot with one click.
- Use community datasets— Provide any Hugging Face dataset ID to train on datasets you didn’t record yourself.
Similar Articles
@_lewtun: OpenAI's first AI intern is expected by the end of this year, but we got impatient and decided to build it ourselves :)…
Hugging Face built an autonomous AI agent that can self-operate for hours to days, reading every paper, model, and dataset on the HF Hub to generate optimal post-training recipes.
@roboticomarket: Hugging Face just released @LeRobotHF a humanoid robot you can build for roughly $2,500! A full open stack with hardwar…
Hugging Face released LeRobotHF, an open-source humanoid robot platform with hardware, simulation, and training tools, costing roughly $2,500 to build.
LeRobot v0.5.0: Scaling Every Dimension
LeRobot v0.5.0 is a major release featuring support for Unitree G1 humanoid robots, new policy architectures (Pi0-FAST VLAs, Real-Time Chunking), streaming video encoding for 3x faster training, and EnvHub for loading simulation environments from Hugging Face Hub.
From the Hugging Face Hub to robot hardware with Strands Agents and LeRobot
This blog post walks through using the Strands Robots SDK to integrate Hugging Face Hub datasets with physical robot hardware via LeRobot, enabling a single agent loop from data recording to deployment on real robots.
@lukas_m_ziegler: Another win for open-source robotics! @huggingface just released a fully open-source humanoid robot, and you can build …
Hugging Face released LeRobot Humanoid, an open-source, low-cost ($2,500) 3D-printed humanoid robot platform, including hardware, simulation, and control tools for robot learning research.