From 38006d82579116f0424b9315fa448873259a5a44 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Sat, 24 Sep 2022 09:38:40 +0900 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d806888..ba211ee 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ [![CodeQL](https://github.com/shirayu/whisper_streaming/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/shirayu/whisper_streaming/actions/workflows/codeql-analysis.yml) [![Typos](https://github.com/shirayu/whisper_streaming/actions/workflows/typos.yml/badge.svg)](https://github.com/shirayu/whisper_streaming/actions/workflows/typos.yml) -Streaming transcriber with [whisper](https://github.com/openai/whisper) +Streaming transcriber with [whisper](https://github.com/openai/whisper). +Transcribing in real time, enough machine power is needed. ## Example @@ -19,6 +20,7 @@ poetry install --only main poetry run whisper_streaming --language en --model base -n 20 ``` +- ``--help`` shows full options - ``--language`` sets the language to transcribe. The list of languages are shown with ``poetry run whisper_streaming -h`` - ``-n`` sets interval of parsing. Larger values can improve accuracy but consume more memory. - ``--debug`` outputs logs for debug