CoolFace
Apppublic

imstevenpmwork/LeRobot_Partner_Release_Guide

sourceHugging Faceupdated 26d agoView on Hugging Face
3likes
App README

<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

bash
cd app
npm install
npm run dev        # dev server at localhost:4321

Edit the content

FileWhat
app/src/content/article.mdxFrontmatter + chapter imports
app/src/content/chapters/partner-release/The article chapters (one .mdx per stage)
app/src/content/embeds/partner-release/The interactive embeds
app/src/content/embeds/banner.htmlThe animated hero banner
app/src/content/bibliography.bibReferences

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:

bash
git remote add space git@hf.co:spaces/<username>/<space>
git push space main
Do 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.