TaterTotterson commited on
Commit
383eebb
·
verified ·
1 Parent(s): d6fb6e2

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -15
README.md CHANGED
@@ -8,10 +8,9 @@ pinned: false
8
  license: mit
9
  ---
10
 
 
11
  <div align="center">
12
- <p style="background:#050505;border-radius:16px;padding:24px 18px;">
13
- <img src="https://raw.githubusercontent.com/TaterTotterson/Tater/main/images/tater-logo-primary.png" alt="Tater logo" width="620">
14
- </p>
15
 
16
  <h1>Tater Totterson AI LLC</h1>
17
 
@@ -20,20 +19,27 @@ license: mit
20
  </p>
21
  </div>
22
 
23
- ## What Lives Here
24
 
25
- Tater Totterson AI LLC collects the public Hugging Face projects around Tater: local AI stacks, voice assistant tools, wake-word models, companion utilities, and Reachy Mini experiments.
 
 
26
 
27
- ## Featured Projects
28
 
29
- - [Tater](https://github.com/TaterTotterson/Tater): the main local AI and home automation project.
30
- - [Tater Reachy Standalone](https://huggingface.co/spaces/TaterTotterson/tater_reachy_standalone): a full Tater stack plus Reachy Mini voice satellite.
31
- - [Tater Voice Sat](https://huggingface.co/spaces/TaterTotterson/tater_voice_sat): Reachy Mini as a Tater/Home Assistant voice satellite.
32
- - [microWakeWords](https://github.com/TaterTotterson/microWakeWords): community wake-word manifests and assets.
 
 
33
 
34
- ## Focus
35
 
36
- - Local LLM, TTS, STT, VAD, wake-word, and voice pipeline experiments
37
- - Tater-compatible satellites and robot integrations
38
- - Home Assistant and local-first automation tools
39
- - Friendly potato-flavored AI projects that run as close to home as possible
 
 
 
 
8
  license: mit
9
  ---
10
 
11
+ <div style="background:#000;color:#fff;padding:32px;">
12
  <div align="center">
13
+ <img src="https://raw.githubusercontent.com/TaterTotterson/Tater/main/images/tater-logo-primary.png" alt="Tater logo" width="620">
 
 
14
 
15
  <h1>Tater Totterson AI LLC</h1>
16
 
 
19
  </p>
20
  </div>
21
 
22
+ <h2>What Lives Here</h2>
23
 
24
+ <p>
25
+ Tater Totterson AI LLC collects the public Hugging Face projects around Tater: local AI stacks, voice assistant tools, wake-word models, companion utilities, and Reachy Mini experiments.
26
+ </p>
27
 
28
+ <h2>Featured Projects</h2>
29
 
30
+ <ul>
31
+ <li><a style="color:#ff8a1c;" href="https://github.com/TaterTotterson/Tater">Tater</a>: the main local AI and home automation project.</li>
32
+ <li><a style="color:#ff8a1c;" href="https://huggingface.co/spaces/TaterTotterson/tater_reachy_standalone">Tater Reachy Standalone</a>: a full Tater stack plus Reachy Mini voice satellite.</li>
33
+ <li><a style="color:#ff8a1c;" href="https://huggingface.co/spaces/TaterTotterson/tater_voice_sat">Tater Voice Sat</a>: Reachy Mini as a Tater/Home Assistant voice satellite.</li>
34
+ <li><a style="color:#ff8a1c;" href="https://github.com/TaterTotterson/microWakeWords">microWakeWords</a>: community wake-word manifests and assets.</li>
35
+ </ul>
36
 
37
+ <h2>Focus</h2>
38
 
39
+ <ul>
40
+ <li>Local LLM, TTS, STT, VAD, wake-word, and voice pipeline experiments</li>
41
+ <li>Tater-compatible satellites and robot integrations</li>
42
+ <li>Home Assistant and local-first automation tools</li>
43
+ <li>Friendly potato-flavored AI projects that run as close to home as possible</li>
44
+ </ul>
45
+ </div>