You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,12 @@ The daemon is built in Python, so you need to have Python installed on your comp
60
60
61
61
You can install Reachy Mini from the source code or from PyPI.
62
62
63
+
First, make sure `git-lfs` is installed on your system:
64
+
65
+
- On Linux: `sudo apt install git-lfs`
66
+
- On macOS: `brew install git-lfs`
67
+
- On Windows: [Follow the instructions here](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage?platform=windows)
68
+
63
69
From PyPI, you can install the package with:
64
70
65
71
```bash
@@ -146,10 +152,18 @@ For more information about the daemon and its options, you can run:
146
152
reachy-mini-daemon --help
147
153
```
148
154
149
-
## Run the demo
155
+
### Dashboard
156
+
157
+
You can access a simple dashboard to monitor the robot's status at [http://localhost:8000/](http://localhost:8000/) when the daemon is running. This lets you turn your robot on and off, run some basic movements, and browse spaces for Reachy Mini!
158
+
159
+

160
+
161
+
## Run the demo & awesome apps
150
162
151
163
Conversational demo for the Reachy Mini robot combining LLM realtime APIs, vision pipelines, and choreographed motion libraries: [reachy_mini_conversation_demo](https://github.com/pollen-robotics/reachy_mini_conversation_demo).
152
164
165
+
You can find more awesome apps and demos for Reachy Mini on [Hugging Face spaces](https://huggingface.co/spaces?q=reachy_mini)!
166
+
153
167
## Using the Python SDK
154
168
155
169
The API is designed to be simple and intuitive. You can control the robot's features such as the head, antennas, camera, speakers, and microphone. For instance, to move the head of the robot, you can use the `goto_target` method as shown in the example below:
This repository contains a collection of awesome applications and demos built for the Reachy Mini robot. These applications showcase the capabilities of Reachy Mini in various domains, including robotics, AI, and human-robot interaction.
4
+
5
+
Feel free to explore and contribute to this list!
6
+
7
+
## Applications and Demos
8
+
9
+
-**[Conversational Demo](https://github.com/pollen-robotics/reachy_mini_conversation_demo)**: by Pollen Robotics. A demo that combines LLM realtime APIs, vision pipelines, and choreographed motion libraries to enable natural conversations with Reachy Mini.
10
+
11
+
-**[Reachy Mini Dancer](https://github.com/LAURA-agent/reachy_mini_dancer)**: by @Townie. A desktop viewer with daemon UI and choreography system.
0 commit comments