added configuration to wyoming-whisper
All checks were successful
Portainer stack wyoming / deploy (push) Successful in 3s
All checks were successful
Portainer stack wyoming / deploy (push) Successful in 3s
This commit is contained in:
@@ -201,6 +201,10 @@ networks:
|
||||
|
||||
### Wyoming
|
||||
|
||||
https://github.com/rhasspy/wyoming-faster-whisper
|
||||
|
||||
https://exitcode0.net/posts/wyoming-whisper-docker-compose/
|
||||
|
||||
[Home assistant](https://github.com/home-assistant/addons/blob/master/whisper/DOCS.md)
|
||||
|
||||
[Docker compose](./services/wyoming/docker-compose.yaml)
|
||||
|
||||
@@ -9,6 +9,7 @@ services:
|
||||
- 10300:10300
|
||||
environment:
|
||||
- TZ=Europe/Lisbon
|
||||
command: [ "--model", "medium-int8", "--language", "en" ]
|
||||
piper:
|
||||
image: rhasspy/wyoming-piper
|
||||
restart: unless-stopped
|
||||
@@ -17,7 +18,8 @@ services:
|
||||
ports:
|
||||
- 10200:10200
|
||||
environment:
|
||||
- TZ=Europe/Lisbon
|
||||
- TZ=Europe/Lisbon
|
||||
|
||||
volumes:
|
||||
whisper_data:
|
||||
piper_data:
|
||||
Reference in New Issue
Block a user