Files
localgenai/pyinfra/framework/compose/homepage/settings.yaml
noisedestroyers 36b8cfe835 Add Wyoming voice stack to pyinfra + landscape doc
- Move piper-compose.yaml / whisper-compose.yaml from repo root into
  pyinfra/framework/compose/{piper,whisper}.yml; bind paths shifted to
  /srv/docker/{piper,whisper}/data on the box.
- deploy.py registers both stacks and provisions the data dirs.
- Homepage gets a "Voice" group with informational tiles (Wyoming has
  no web UI, so tiles show container status without click-through).
- New VoiceModels.md captures the May 2026 STT/TTS landscape, why the
  current Wyoming defaults aren't SOTA, and concrete upgrade paths
  (whisper-large-v3-turbo + faster-whisper-server, Kokoro, Sesame CSM,
  F5-TTS for cloning).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 13:33:17 -04:00

30 lines
566 B
YAML

# Top-level dashboard settings. https://gethomepage.dev/configs/settings/
title: localgenai
favicon: https://gethomepage.dev/favicon.ico
theme: dark
color: slate
headerStyle: clean
language: en
target: _blank
# Layout: keep the four service groups in a 3-column grid each so a tile
# fits comfortably without wrapping on a 1440-wide laptop.
layout:
Inference:
style: row
columns: 3
Agent UIs:
style: row
columns: 3
Observability:
style: row
columns: 3
Voice:
style: row
columns: 3
External:
style: row
columns: 3