@LeRobotHF: Train AI robots without writing a single line of code. We just launched LeLab, the official graphical user interface fo…

X AI KOLs Following Tools

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.

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…
Original Article
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. Runhf 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.

Updateon GitHub

Similar Articles

LeRobot v0.5.0: Scaling Every Dimension

Hugging Face Blog

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.