RemiFabre commited on
Commit
fc250a8
·
verified ·
1 Parent(s): 8b72468

Add banner pointing to JS version

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Marionette
3
  emoji: 🎭
4
  colorFrom: pink
5
  colorTo: purple
@@ -14,7 +14,15 @@ thumbnail: >-
14
  https://cdn-uploads.huggingface.co/production/uploads/671faa3a541a76b548647676/eOjNNbJ79pJSLbmywonQX.png
15
  ---
16
 
 
 
 
 
 
 
 
 
17
  Marionette lets you freely move Reachy Mini's head while the motors are relaxed, record its
18
  motion plus audio, and replay every take. The app can manage multiple local
19
  datasets and stores each move in
20
- Reachy Mini's emotions schema (JSON + WAV), ready to upload to Hugging Face.
 
1
  ---
2
+ title: Marionette (Python)
3
  emoji: 🎭
4
  colorFrom: pink
5
  colorTo: purple
 
14
  https://cdn-uploads.huggingface.co/production/uploads/671faa3a541a76b548647676/eOjNNbJ79pJSLbmywonQX.png
15
  ---
16
 
17
+ # 👉 A new mobile-friendly Marionette is here
18
+
19
+ **Use the new JavaScript version:** [**Marionette (JS)**](https://huggingface.co/spaces/RemiFabre/marionette-js) — runs straight in your browser (including your phone), no install, same schema.
20
+
21
+ This Python version is kept as a reference implementation for people building Reachy Mini apps in Python with the SDK. It still works, but new users should start with the JS version above.
22
+
23
+ ---
24
+
25
  Marionette lets you freely move Reachy Mini's head while the motors are relaxed, record its
26
  motion plus audio, and replay every take. The app can manage multiple local
27
  datasets and stores each move in
28
+ Reachy Mini's emotions schema (JSON + WAV), ready to upload to Hugging Face.