LeRobot.js / README.md
NERDDISCO's picture
docs: clean up readme
69bcf09
|
raw
history blame
509 Bytes
# 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)