mirror of
https://github.com/shirayu/whispering.git
synced 2025-01-22 14:48:09 +00:00
Add README (Resolve #7)
This commit is contained in:
parent
c6f3e1e86b
commit
8c4854dc5c
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -29,6 +29,20 @@ poetry run whisper_streaming --language en --model base
|
|||
- ``-t`` sets temperatures to decode. You can set several like (``-t 0.0 -t 0.1 -t 0.5``), but too many temperatures exhaust decoding time
|
||||
- ``--debug`` outputs logs for debug
|
||||
|
||||
## Example of web socket
|
||||
|
||||
**Please make secure with your responsibility.**
|
||||
|
||||
```bash
|
||||
# Host
|
||||
poetry run whisper_streaming --language en --model base --host 0.0.0.0 --port 8000
|
||||
```
|
||||
|
||||
```bash
|
||||
# Client
|
||||
poetry run python -m whisper_streaming.websocket_client --host ADDRES_OF_HOST --port 8000
|
||||
```
|
||||
|
||||
## Tips
|
||||
|
||||
## PortAudio Error
|
||||
|
|
Loading…
Reference in a new issue