File size: 930 Bytes
bd660a9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69bcf09
c8b4583
69bcf09
c8b4583
b664dbe
c8b4583
 
69bcf09
b664dbe
ec936d5
69bcf09
 
c8b4583
 
69bcf09
c8b4583
69bcf09
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
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

- **πŸ“– 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)