Skip to content
Snippets Groups Projects
Commit 83e7ccc1 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add piper and whisper

parent 11c51a10
Branches
Tags
No related merge requests found
......@@ -15,3 +15,19 @@ services:
- /opt/home-assistant:/config
- /root/.ssh:/root/.ssh
- '{{ home_assistant_media_path }}:/media'
piper:
image: rhasspy/wyoming-piper
restart: unless-stopped
ports:
- '10200:10200'
volumes:
- '/opt/home-assistant/.storage/piper/data:/data'
command: --voice en-gb-southern_english_female-low
whisper:
image: rhasspy/wyoming-whisper
restart: unless-stopped
ports:
- '10300:10300'
volumes:
- '/opt/home-assistant/.storage/whisper/data:/data'
command: --model tiny-int8 --language en
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment