diff --git a/README.md b/README.md index 54c18ac..9417175 100644 --- a/README.md +++ b/README.md @@ -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.** +### Host + +Run with ``--host`` and ```--port``. You can set``-n`` and other options as use with microphone. + ```bash -# Host poetry run whisper_streaming --language en --model base --host 0.0.0.0 --port 8000 ``` +### Client + ```bash -# Client poetry run python -m whisper_streaming.websocket_client --host ADDRESS_OF_HOST --port 8000 ```