Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,38 +8,66 @@ pinned: false
|
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
-
<div style="background:#
|
| 12 |
-
<div align="center">
|
| 13 |
-
|
| 14 |
|
| 15 |
-
|
|
|
|
|
|
|
| 16 |
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
-
<
|
| 25 |
-
|
| 26 |
-
</p>
|
|
|
|
|
|
|
| 27 |
|
| 28 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
-
<
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
</
|
| 36 |
|
| 37 |
-
<h2>
|
| 38 |
|
| 39 |
-
<
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
</
|
| 45 |
</div>
|
|
|
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
+
<div style="background:#050505;color:#f8fafc;padding:36px 30px;">
|
| 12 |
+
<div align="center">
|
| 13 |
+
<img src="https://raw.githubusercontent.com/TaterTotterson/Tater/main/images/tater-logo-primary.png" alt="Tater logo" width="660">
|
| 14 |
|
| 15 |
+
<p style="color:#ff8a1c;font-size:13px;font-weight:700;text-transform:uppercase;margin:20px 0 8px;">
|
| 16 |
+
Local AI systems and voice infrastructure
|
| 17 |
+
</p>
|
| 18 |
|
| 19 |
+
<h1 style="font-size:42px;margin:0 0 12px;">
|
| 20 |
+
Tater Totterson AI LLC
|
| 21 |
+
</h1>
|
| 22 |
+
|
| 23 |
+
<p style="font-size:18px;line-height:1.55;color:#e5e7eb;max-width:820px;margin:0 auto 24px;">
|
| 24 |
+
Building practical local AI tools for voice, automation, robotics, and private on-device workflows.
|
| 25 |
+
</p>
|
| 26 |
+
|
| 27 |
+
<p>
|
| 28 |
+
<span style="display:inline-block;background:#18120d;color:#ffd7b0;border:1px solid #3b2716;border-radius:999px;padding:7px 12px;margin:4px;">Local AI</span>
|
| 29 |
+
<span style="display:inline-block;background:#18120d;color:#ffd7b0;border:1px solid #3b2716;border-radius:999px;padding:7px 12px;margin:4px;">Voice AI</span>
|
| 30 |
+
<span style="display:inline-block;background:#18120d;color:#ffd7b0;border:1px solid #3b2716;border-radius:999px;padding:7px 12px;margin:4px;">Wake Words</span>
|
| 31 |
+
<span style="display:inline-block;background:#18120d;color:#ffd7b0;border:1px solid #3b2716;border-radius:999px;padding:7px 12px;margin:4px;">Voice Satellites</span>
|
| 32 |
+
<span style="display:inline-block;background:#18120d;color:#ffd7b0;border:1px solid #3b2716;border-radius:999px;padding:7px 12px;margin:4px;">Home Assistant</span>
|
| 33 |
+
<span style="display:inline-block;background:#18120d;color:#ffd7b0;border:1px solid #3b2716;border-radius:999px;padding:7px 12px;margin:4px;">Reachy Mini</span>
|
| 34 |
+
</p>
|
| 35 |
+
</div>
|
| 36 |
+
|
| 37 |
+
<h2 style="margin-top:34px;">Featured Projects</h2>
|
| 38 |
|
| 39 |
+
<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;">
|
| 40 |
+
<div style="background:#101010;border:1px solid #2a2118;border-radius:10px;padding:18px;">
|
| 41 |
+
<h3 style="margin-top:0;">Tater</h3>
|
| 42 |
+
<p style="color:#d1d5db;line-height:1.5;">A local AI platform for voice, tools, memory, model management, automation, and OpenAI-compatible APIs.</p>
|
| 43 |
+
<a style="color:#ff8a1c;font-weight:700;" href="https://github.com/TaterTotterson/Tater">Open Tater</a>
|
| 44 |
+
</div>
|
| 45 |
|
| 46 |
+
<div style="background:#101010;border:1px solid #2a2118;border-radius:10px;padding:18px;">
|
| 47 |
+
<h3 style="margin-top:0;">Tater Reachy Standalone</h3>
|
| 48 |
+
<p style="color:#d1d5db;line-height:1.5;">A complete Tater runtime packaged with a Reachy Mini voice satellite app.</p>
|
| 49 |
+
<a style="color:#ff8a1c;font-weight:700;" href="https://huggingface.co/spaces/TaterTotterson/tater_reachy_standalone">Open Space</a>
|
| 50 |
+
</div>
|
| 51 |
|
| 52 |
+
<div style="background:#101010;border:1px solid #2a2118;border-radius:10px;padding:18px;">
|
| 53 |
+
<h3 style="margin-top:0;">Tater Voice Sat</h3>
|
| 54 |
+
<p style="color:#d1d5db;line-height:1.5;">A lightweight Reachy Mini satellite for Tater or Home Assistant voice pipelines.</p>
|
| 55 |
+
<a style="color:#ff8a1c;font-weight:700;" href="https://huggingface.co/spaces/TaterTotterson/tater_voice_sat">Open Space</a>
|
| 56 |
+
</div>
|
| 57 |
|
| 58 |
+
<div style="background:#101010;border:1px solid #2a2118;border-radius:10px;padding:18px;">
|
| 59 |
+
<h3 style="margin-top:0;">microWakeWords</h3>
|
| 60 |
+
<p style="color:#d1d5db;line-height:1.5;">Wake-word manifests and assets for Tater-compatible voice devices.</p>
|
| 61 |
+
<a style="color:#ff8a1c;font-weight:700;" href="https://github.com/TaterTotterson/microWakeWords">Request Wake Word</a>
|
| 62 |
+
</div>
|
| 63 |
+
</div>
|
| 64 |
|
| 65 |
+
<h2 style="margin-top:34px;">What We Build</h2>
|
| 66 |
|
| 67 |
+
<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;">
|
| 68 |
+
<div style="background:#0d0d0d;border:1px solid #27201a;border-radius:8px;padding:16px;">Local model, vision, speech, wake-word, and voice pipeline tooling</div>
|
| 69 |
+
<div style="background:#0d0d0d;border:1px solid #27201a;border-radius:8px;padding:16px;">Voice satellites and robot integrations for real-world environments</div>
|
| 70 |
+
<div style="background:#0d0d0d;border:1px solid #27201a;border-radius:8px;padding:16px;">Home Assistant bridges and local-first automation workflows</div>
|
| 71 |
+
<div style="background:#0d0d0d;border:1px solid #27201a;border-radius:8px;padding:16px;">Private, practical AI systems designed to run close to the user</div>
|
| 72 |
+
</div>
|
| 73 |
</div>
|