- 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-TWfrom huggingface:
PYTHONIOENCODING=utf8 python app.py --model voidful/whisper-small-zh-TW --port 443or
docker compose up
- open
https://localhost:443in 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
