From f61f39c57788f8f314889c6f299700ac764c220a Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Fri, 23 Sep 2022 22:19:53 +0900 Subject: [PATCH] Add description --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8073ef..25fefd0 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,17 @@ Streaming transcriber with [whisper](https://github.com/openai/whisper) ## Example ```bash +# Setup git clone https://github.com/shirayu/whisper_streaming.git cd whisper_streaming poetry install --only main -poetry run whisper_streaming --language ja --model base + +# Run! +poetry run whisper_streaming --language ja --model base -n 20 ``` +- ``-n`` sets interval of parsing. Larger values can improve accuracy but consume more memory. + ## Tips If you get ``OSError: PortAudio library not found``: Install ``portaudio``