RemiFabre commited on
Commit
a36288e
·
1 Parent(s): 757e972

Add credits for Anaelle Jaffré's PAD emotion work from I3R project

Browse files
Files changed (2) hide show
  1. README.md +4 -0
  2. index.html +5 -0
README.md CHANGED
@@ -42,3 +42,7 @@ Then open http://127.0.0.1:7860/ or http://127.0.0.1:7861/
42
  ## Classic Emotions
43
 
44
  If you specifically ask for "classic" emotions, the robot can play pre-recorded emotions from the Pollen library instead of PAD-generated ones.
 
 
 
 
 
42
  ## Classic Emotions
43
 
44
  If you specifically ask for "classic" emotions, the robot can play pre-recorded emotions from the Pollen library instead of PAD-generated ones.
45
+
46
+ ## Credits
47
+
48
+ PAD-based motion and sound generation by **Anaelle Jaffré**, from the [I3R student project](https://github.com/InTheSnow31/reachy-mini-I3R/blob/main/src/movement_sound_generation/README.md).
index.html CHANGED
@@ -489,6 +489,11 @@
489
  <p style="color: var(--muted-foreground); margin-top: 0.5rem; font-size: 0.85rem;">
490
  Or the AI can specify custom P/A/D values for nuanced emotional expressions.
491
  </p>
 
 
 
 
 
492
  </div>
493
  </div>
494
  </div>
 
489
  <p style="color: var(--muted-foreground); margin-top: 0.5rem; font-size: 0.85rem;">
490
  Or the AI can specify custom P/A/D values for nuanced emotional expressions.
491
  </p>
492
+
493
+ <h2>Credits</h2>
494
+ <p style="color: var(--muted-foreground); font-size: 0.9rem;">
495
+ PAD-based motion and sound generation by <strong>Anaelle Jaffré</strong>, from the <a href="https://github.com/InTheSnow31/reachy-mini-I3R/blob/main/src/movement_sound_generation/README.md" target="_blank" rel="noopener noreferrer">I3R student project</a>.
496
+ </p>
497
  </div>
498
  </div>
499
  </div>