| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| <title>Sam β medication reminder companion for Reachy Mini</title> |
| <link rel="stylesheet" href="style.css" /> |
| </head> |
| <body> |
| <main class="card"> |
| <div class="robot">π€</div> |
| <h1>Sam</h1> |
| <p class="tagline">A <strong>Reachy Mini</strong> medication reminder companion whose brain runs on the |
| <strong>0G decentralized AI compute network</strong>.</p> |
|
|
| <ul class="pipeline"> |
| <li>π <span>Listen</span><small>0G Whisper</small></li> |
| <li>ποΈ <span>See</span><small>0G Qwen3-VL</small></li> |
| <li>π§ <span>Think</span><small>0G GLM-5</small></li> |
| <li>π£οΈ <span>Speak</span><small>local TTS</small></li> |
| <li>π <span>Express</span><small>head + antennas</small></li> |
| </ul> |
|
|
| <p class="note">This is an on-robot <em>Python</em> app. Install it from the Reachy Mini |
| dashboard, or run it locally against the simulator:</p> |
| <pre><code>reachy-mini-daemon --sim --no-media |
| python -m mr_reachy</code></pre> |
|
|
| <footer>Built for the Reachy Mini Γ 0G hackathon Β· powered by 0G Compute</footer> |
| </main> |
| </body> |
| </html> |
|
|