- all whisper model in huggingface's model hub https://huggingface.co/models?other=whisper
- running vad in frontend with multiple adjustable parameters to save backed resources
- generate cert:
openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -sha256 -days 3650 -subj /CN=localhost -out cert.pem
- run server with
voidful/whisper-small-zh-TW
from huggingface:
PYTHONIOENCODING=utf8 python app.py --model voidful/whisper-small-zh-TW --port 443
or
docker compose up
- open
https://localhost:443
in browser - enjoy!
webad vad event bus api:
https://github.com/voidful/WeBAD/tree/master#webad-event-bus-api-solution
you can also generate cert from
https://certbot.eff.org/instructions