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
|
### 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)
|
[Home assistant](https://github.com/home-assistant/addons/blob/master/whisper/DOCS.md)
|
||||||
|
|
||||||
[Docker compose](./services/wyoming/docker-compose.yaml)
|
[Docker compose](./services/wyoming/docker-compose.yaml)
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ services:
|
|||||||
- 10300:10300
|
- 10300:10300
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Lisbon
|
- TZ=Europe/Lisbon
|
||||||
|
command: [ "--model", "medium-int8", "--language", "en" ]
|
||||||
piper:
|
piper:
|
||||||
image: rhasspy/wyoming-piper
|
image: rhasspy/wyoming-piper
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -18,6 +19,7 @@ services:
|
|||||||
- 10200:10200
|
- 10200:10200
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Lisbon
|
- TZ=Europe/Lisbon
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
whisper_data:
|
whisper_data:
|
||||||
piper_data:
|
piper_data:
|
||||||
Reference in New Issue
Block a user