docs/source/lelab.mdx
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.
<Youtube id="VqyKUuW9V1g" />[!TIP] For now LeLab is compatible only with SO-ARM101
Requires uv. Install and launch in one command:
uv tool install git+https://github.com/huggingface/leLab.git && lelab
After install, run lelab from your terminal anytime to start the app.
hf auth login first. See the Compute HW Guide for hardware/batch size tips.