Is this a new feature request?
Wanted change
Add home assistant entity name biasing option from wyoming-faster-whisper
Reason for change
I have tried wyoming-faster-whisper's hass name bias option, and it is quite effective at improving the accuracy of HA's voice assistant. It would be nice for this container to have this option since wyoming-faster-whisper doesn't provide a gpu package and need manual built.
Proposed code change
add 'wyoming-faster-whisper[hass]' to the dockerfile as part of the pip install
I would like to preface that I don't have software development background at all. When I tried adding WYO_WHISPER_HASS_API and WYO_WHISPER_HASS_TOKEN, the logs simply said it requires pip install 'wyoming-faster-whisper[hass]'.
I tried forking this repo, edited the docker file, built the package, and ran the container, which seems to be working fine. However, please forgive my ignorance because I am sure there could be other considerations that I am not aware of.
Is this a new feature request?
Wanted change
Add home assistant entity name biasing option from wyoming-faster-whisper
Reason for change
I have tried wyoming-faster-whisper's hass name bias option, and it is quite effective at improving the accuracy of HA's voice assistant. It would be nice for this container to have this option since wyoming-faster-whisper doesn't provide a gpu package and need manual built.
Proposed code change
add
'wyoming-faster-whisper[hass]'to the dockerfile as part of the pip installI would like to preface that I don't have software development background at all. When I tried adding WYO_WHISPER_HASS_API and WYO_WHISPER_HASS_TOKEN, the logs simply said it requires
pip install 'wyoming-faster-whisper[hass]'.I tried forking this repo, edited the docker file, built the package, and ran the container, which seems to be working fine. However, please forgive my ignorance because I am sure there could be other considerations that I am not aware of.