sam / index.html
notmartin's picture
Rebrand companion as Sam
54802c9 unverified
Raw
History Blame Contribute Delete
1.24 kB
<!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>