mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-10 18:51:08 +00:00
Updated
This commit is contained in:
parent
6ac27504df
commit
8483238e84
1 changed files with 6 additions and 2 deletions
|
@ -45,13 +45,17 @@ poetry run whisper_streaming --language en --model base -n 20 --allow-padding
|
||||||
|
|
||||||
⚠ **No security mechanism. Please make secure with your responsibility.**
|
⚠ **No security mechanism. Please make secure with your responsibility.**
|
||||||
|
|
||||||
|
### Host
|
||||||
|
|
||||||
|
Run with ``--host`` and ```--port``. You can set``-n`` and other options as use with microphone.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Host
|
|
||||||
poetry run whisper_streaming --language en --model base --host 0.0.0.0 --port 8000
|
poetry run whisper_streaming --language en --model base --host 0.0.0.0 --port 8000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Client
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Client
|
|
||||||
poetry run python -m whisper_streaming.websocket_client --host ADDRESS_OF_HOST --port 8000
|
poetry run python -m whisper_streaming.websocket_client --host ADDRESS_OF_HOST --port 8000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue