File size: 3,426 Bytes
5aeac76
 
 
a4d1533
 
 
 
5aeac76
 
 
a4d1533
 
 
 
 
 
 
 
 
 
 
5aeac76
a4d1533
 
 
 
 
 
 
 
 
 
 
 
 
 
5aeac76
a4d1533
 
 
 
 
 
 
 
 
 
 
5aeac76
a4d1533
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4890122
a4d1533
 
5aeac76
a4d1533
1d699ee
a4d1533
 
5aeac76
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Haven Kitchen OS - Reachy Mini App</title>
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <div class="container">
        <header>
            <div class="hero-icons">πŸ‘©πŸ»β€πŸ’Ό 🌿 πŸ‘©πŸ»β€πŸ³</div>
            <h1>Haven Kitchen OS</h1>
            <p class="subtitle">Olivia & Brie - Your AI Home Companions</p>
        </header>

        <main>
            <section class="intro">
                <p>
                    <strong>Haven Kitchen OS</strong> transforms your Reachy Mini into an intelligent 
                    home management system with two distinct AI personas:
                </p>
                
                <div class="personas">
                    <div class="persona olivia">
                        <span class="emoji">πŸ‘©πŸ»β€πŸ’Ό</span>
                        <h3>Olivia</h3>
                        <p>Your professional household manager. She handles scheduling, reminders, and keeps your home running smoothly.</p>
                    </div>
                    <div class="persona brie">
                        <span class="emoji">πŸ‘©πŸ»β€πŸ³</span>
                        <h3>Brie</h3>
                        <p>Your enthusiastic personal chef. She creates recipes, guides you through cooking, and makes meals magical.</p>
                    </div>
                </div>
            </section>

            <section class="features">
                <h2>✨ Features</h2>
                <ul>
                    <li>πŸ—£οΈ <strong>Voice Interaction</strong> - Talk naturally with Olivia & Brie</li>
                    <li>πŸ€– <strong>Expressive Animations</strong> - Each persona has unique robot movements</li>
                    <li>πŸ“– <strong>Recipe Management</strong> - Step-by-step cooking guidance with voice commands</li>
                    <li>πŸ“± <strong>Cast to Devices</strong> - Send recipes to your phone via QR code</li>
                    <li>🎭 <strong>Personality-Driven Eyes</strong> - Olivia glows sage green, Brie shines amber</li>
                    <li>πŸ’Ύ <strong>Memory System</strong> - Remembers your preferences and conversations</li>
                </ul>
            </section>

            <section class="voice-commands">
                <h2>🎀 Voice Commands</h2>
                <p>While cooking, just say:</p>
                <div class="commands">
                    <span class="cmd">"Next"</span>
                    <span class="cmd">"Repeat"</span>
                    <span class="cmd">"Back"</span>
                    <span class="cmd">"Ingredients"</span>
                    <span class="cmd">"Let's cook"</span>
                </div>
            </section>

            <section class="installation">
                <h2>πŸ“¦ Installation</h2>
                <p>Install directly from your Reachy Mini dashboard, or manually:</p>
                <pre><code>reachy-mini-app-assistant install AccidentalCoder80/Haven_ReachyMini_Contest_Final</code></pre>
            </section>
        </main>

        <footer>
            <p>Built with ❀️ from MindXpansion for the NVIDIA Reachy Mini Golden Ticket Contest</p>
            <p class="hashtags">#ReachyMini #HuggingFace #NVIDIAGTC</p>
        </footer>
    </div>
</body>
</html>