Skip to content

Commit c2abbfd

Browse files
Create markdown list for apps.
1 parent 0163780 commit c2abbfd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,12 @@ For more information about the daemon and its options, you can run:
152152
reachy-mini-daemon --help
153153
```
154154

155-
## Run the demo
155+
## Run the demo & awesome apps
156156

157157
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).
158158

159+
You can find more awesome apps and demos in the [Awesome Reachy Mini Apps](./docs/awesome-apps.md).
160+
159161
## Using the Python SDK
160162

161163
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:

docs/awesome-apps.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Awesome Reachy Mini Apps
2+
3+
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

Comments
 (0)