yozkut commited on
Commit
d123186
·
verified ·
1 Parent(s): b50883f

Sync from GitHub via huggingface-sync-action

Browse files
Files changed (1) hide show
  1. README.md +50 -1
README.md CHANGED
@@ -27,6 +27,7 @@ Built for the **NVIDIA GTC 2026 Golden Ticket Contest** in partnership with Poll
27
 
28
  [![Demo Video](https://img.shields.io/badge/Watch-Demo-red?style=for-the-badge&logo=youtube)](https://www.linkedin.com/feed/update/urn:li:activity:7420180578961907712/)
29
  [![Try it Live](https://img.shields.io/badge/Try-Live%20Demo-blue?style=for-the-badge&logo=huggingface)](https://huggingface.co/spaces/yozkut/judgy_reachy_no_phone)
 
30
 
31
  <div align="center">
32
 
@@ -111,6 +112,52 @@ This app is designed to be **100% accessible** regardless of your hardware or bu
111
 
112
  ---
113
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  ## 🎮 NVIDIA GPU Acceleration
115
 
116
  ### **TensorRT Optimization** (2-3x Speed Boost!)
@@ -144,7 +191,9 @@ if torch.cuda.is_available():
144
  - **Robust to Occlusion**: Maintains track IDs even when phone temporarily hidden
145
  - **Real-time Performance**: ~100 FPS camera capture, ~33 FPS detection rate
146
 
147
- ### 🤖 AI-Powered Personality System
 
 
148
 
149
  **8 Distinct Robot Personalities** powered by Meta's **Llama 3.1-8B-instant** (via [Groq](https://console.groq.com) - free API), each with carefully selected Edge TTS and ElevenLabs voices:
150
 
 
27
 
28
  [![Demo Video](https://img.shields.io/badge/Watch-Demo-red?style=for-the-badge&logo=youtube)](https://www.linkedin.com/feed/update/urn:li:activity:7420180578961907712/)
29
  [![Try it Live](https://img.shields.io/badge/Try-Live%20Demo-blue?style=for-the-badge&logo=huggingface)](https://huggingface.co/spaces/yozkut/judgy_reachy_no_phone)
30
+ [![Tech Stack](https://img.shields.io/badge/NVIDIA%20%2B%20Partners-Tech%20Stack-green?style=for-the-badge&logo=nvidia)](#-nvidia-and-partner-technologies-integration)
31
 
32
  <div align="center">
33
 
 
112
 
113
  ---
114
 
115
+ ## 🤝 NVIDIA and Partner Technologies Integration
116
+
117
+ This project leverages the full stack of contest technologies:
118
+
119
+ ### ⚡ NVIDIA GPU Acceleration
120
+
121
+ **TensorRT & CUDA:**
122
+ - **2-3x performance boost** with automatic TensorRT optimization
123
+ - **Auto-detection** of NVIDIA GPUs with CUDA support
124
+ - **FP16 precision** for faster inference
125
+ - **Automatic fallback** to CPU/MPS when GPU unavailable
126
+
127
+ **→ Detailed technical explanation in [NVIDIA GPU Acceleration](#-nvidia-gpu-acceleration) section below**
128
+
129
+ ### 🤗 Hugging Face Ecosystem
130
+
131
+ **Model Hub & Inference:**
132
+ - **[ONNX YOLO](https://huggingface.co/onnx-community/yolo26m-ONNX)** - Used in web demo via Transformers.js
133
+ - **[Transformers.js](https://huggingface.co/docs/transformers.js)** - Browser-based ML inference (no server needed!)
134
+
135
+ **Dataset:**
136
+ - **[reachy-mini-emotions-library](https://huggingface.co/datasets/pollen-robotics/reachy-mini-emotions-library)** - Pre-recorded robot emotions for Pure Reachy mode
137
+
138
+ **Deployment:**
139
+ - **[HF Spaces](https://huggingface.co/spaces/yozkut/judgy_reachy_no_phone)** - Web demo hosting with instant deployment
140
+ - **GitHub Actions → HF Sync** - Automatic synchronization using [custom fork](https://github.com/yaseminozkut/huggingface-sync-action)
141
+
142
+ ### 🤖 Reachy Mini (Pollen Robotics)
143
+
144
+ **SDK Integration:**
145
+ - Full integration with [Reachy Mini SDK](https://github.com/pollen-robotics/reachy_mini)
146
+ - Supports **Simulation**, **Lite**, and **Wireless** modes
147
+ - Multi-platform installation (macOS, Windows, Linux)
148
+
149
+ **Robot Capabilities:**
150
+ - **Expressive animations** - Head movements, antenna gestures
151
+ - **Emotion library** - Access to 20+ pre-recorded emotional reactions
152
+ - **Multiple deployment options** - SDK app store, Desktop app, or pip install
153
+
154
+ **App Store Integration:**
155
+ - One-click install via Reachy Mini dashboard (localhost:8000)
156
+ - Available in [Reachy Mini Desktop App](https://github.com/pollen-robotics/reachy-mini-desktop-app)
157
+ - Community apps distribution
158
+
159
+ ---
160
+
161
  ## 🎮 NVIDIA GPU Acceleration
162
 
163
  ### **TensorRT Optimization** (2-3x Speed Boost!)
 
191
  - **Robust to Occlusion**: Maintains track IDs even when phone temporarily hidden
192
  - **Real-time Performance**: ~100 FPS camera capture, ~33 FPS detection rate
193
 
194
+ ---
195
+
196
+ ## 🤖 AI-Powered Personality System
197
 
198
  **8 Distinct Robot Personalities** powered by Meta's **Llama 3.1-8B-instant** (via [Groq](https://console.groq.com) - free API), each with carefully selected Edge TTS and ElevenLabs voices:
199