LeRobot.js / README.md
github-actions[bot]
Add HF Space frontmatter and update cyberpunk dependency for deployment
c1b40d4
---
title: LeRobot.js
short_description: interact with your robot in JS, inspired by LeRobot
emoji: 🤖
colorFrom: purple
colorTo: pink
sdk: static
license: apache-2.0
app_build_command: "npm install --legacy-peer-deps --prefix examples/cyberpunk-standalone && npm run build --prefix examples/cyberpunk-standalone"
app_file: examples/cyberpunk-standalone/dist/index.html
pinned: true
suggested_hardware: cpu-basic
---
# LeRobot.js
> interact with your robot in JS, inspired by [LeRobot](https://github.com/huggingface/lerobot)
## Install
```bash
# Web library (available now)
npm install @lerobot/web
# Node.js library (coming soon)
# npm install @lerobot/node
```
## Resources
- **LeRobot.js**: [Introduction post on Hugging Face](https://huggingface.co/blog/NERDDISCO/lerobotjs)
- **Documentation**: See [`@lerobot/web` README](./packages/web/README.md) for complete API reference
- **Live Demo**: Try it online at [huggingface.co/spaces/NERDDISCO/LeRobot.js](https://huggingface.co/spaces/NERDDISCO/LeRobot.js)