mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-29 04:21:07 +00:00
Updated README
This commit is contained in:
parent
7b21d53cbf
commit
38006d8257
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
[![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)
|
[![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
|
## Example
|
||||||
|
|
||||||
|
@ -19,6 +20,7 @@ poetry install --only main
|
||||||
poetry run whisper_streaming --language en --model base -n 20
|
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``
|
- ``--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.
|
- ``-n`` sets interval of parsing. Larger values can improve accuracy but consume more memory.
|
||||||
- ``--debug`` outputs logs for debug
|
- ``--debug`` outputs logs for debug
|
||||||
|
|
Loading…
Reference in a new issue