CoolFace
Apppublic

imstevenpmwork/LeRobot_and_HF_Buckets

sourceHugging Faceupdated 3mo agoView on Hugging Face
15likes
App README

<div align="center">

LeRobot × Hugging Face Buckets

Why Hugging Face Storage Buckets fit the physical-AI data loop.

An interactive article on how LeRobot and Hugging Face Storage Buckets work together across the robot-data lifecycle (collect, deduplicate, stream, ship), with live cost, deduplication, layout, and streaming visualizations.

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/lerobot-buckets/The article chapters (one .mdx per section)
app/src/content/embeds/lerobot-buckets/The interactive D3 visualizations
app/src/content/bibliography.bibReferences

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.