From 9251394047530ce00ab00887ce7053aac2993cd7 Mon Sep 17 00:00:00 2001 From: Jeny Sadadia Date: Tue, 3 Feb 2026 17:11:40 +0530 Subject: [PATCH] README.md: add instructions for running client Specify command to run client script. Signed-off-by: Jeny Sadadia --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a571437..cb1af7c 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,15 @@ If you don't want this, set `--no_single_model`. ### Running the Client -- Initializing the client with below parameters: + +Use the below command to run the client: +```bash +python3 run_client.py --files +``` +This will connect to the localhost server running on port 9090 by default. Use flags `--server` and `--port` to use different configurations. The above command will transcribe audio file provided with `--files` flag. + + +Here are the details of client instance implemented in `run_client.py` script: - `lang`: Language of the input audio, applicable only if using a multilingual model. - `translate`: If set to `True` then translate from any language to `en`. - `model`: Whisper model size.