Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voidful/whisper-live-asr-demo
run whisper on CPU/GPU server
https://github.com/voidful/whisper-live-asr-demo
asr livestream whisper
Last synced: 11 days ago
JSON representation
run whisper on CPU/GPU server
- Host: GitHub
- URL: https://github.com/voidful/whisper-live-asr-demo
- Owner: voidful
- Created: 2022-12-26T15:22:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T15:22:57.000Z (about 2 years ago)
- Last Synced: 2024-10-24T10:07:43.319Z (3 months ago)
- Topics: asr, livestream, whisper
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whisper Live Demo
- 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![](https://i.imgur.com/y5TytRz.png)
## How to run:
1. generate cert:
```shell
openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -sha256 -days 3650 -subj /CN=localhost -out cert.pem
```2. run server with [`voidful/whisper-small-zh-TW`](https://huggingface.co/voidful/whisper-small-zh-TW) from huggingface:
```shell
PYTHONIOENCODING=utf8 python app.py --model voidful/whisper-small-zh-TW --port 443
```or
`docker compose up`
3. open `https://localhost:443` in browser
4. enjoy!## configuration
webad vad event bus api:
https://github.com/voidful/WeBAD/tree/master#webad-event-bus-api-solution## Notes
you can also generate cert from
https://certbot.eff.org/instructions