imstevenpmwork/LeRobot_Partner_Release_Guide
<div align="center">
Releasing physical AI data & models with LeRobot and Hugging Face
A field guide for companies publishing an open dataset or model on the Hugging Face Hub together with the LeRobot team.
The twelve steps of a coordinated partner release: planning and storage, the LeRobot v3 dataset format, cards and evidence, launch day, and the week after. With an interactive roadmap and a pre-flight checklist.
Built with the Research Article Template (Astro + MDX + D3).
</div>
Run locally
cd app
npm install
npm run dev # dev server at localhost:4321Edit the content
The five stages (plan, package, document, launch, iterate) each have a hue defined in app/src/styles/_variables.css and applied through the phase-section wrapper in article.mdx.
Deploy
Docker SDK Space on port 8080. Push the repo root (Dockerfile, nginx.conf, app/, README) to the Space:
git remote add space git@hf.co:spaces/<username>/<space>
git push space mainDo not remove the research-article-template tag above: it powers the Research Article Gallery.License
CC-BY-4.0 — Distill-inspired, built with Astro + MDX + D3.js.
