LeRobot.js / README.md
NERDDISCO's picture
docs: added cli
64d5fd6
|
raw
history blame
812 Bytes
# LeRobot.js
> interact with your robot in JS, inspired by [LeRobot](https://github.com/huggingface/lerobot)
## Install
```bash
# Web library
npm install @lerobot/web
# Node.js library
npm install @lerobot/node
# CLI / terminal
npm install -g lerobot
# or
npx lerobot --help
```
## Resources
- **LeRobot.js**: [Introduction post on Hugging Face](https://huggingface.co/blog/NERDDISCO/lerobotjs)
- **Documentation**:
- [`@lerobot/web` README](./packages/web/README.md) - Browser (WebSerial + WebUSB)
- [`@lerobot/node` README](./packages/node/README.md) - Node.js (Serialport)
- [`lerobot` CLI README](./packages/cli/README.md) - CLI / terminal (using `@lerobot/node`)
- **Live Demo**: Try it online at [huggingface.co/spaces/NERDDISCO/LeRobot.js](https://huggingface.co/spaces/NERDDISCO/LeRobot.js)