mirror of
https://github.com/shirayu/whispering.git
synced 2025-02-16 10:35:16 +00:00
Add description
This commit is contained in:
parent
8ea7b59eed
commit
f61f39c577
1 changed files with 6 additions and 1 deletions
|
@ -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``
|
||||
|
|
Loading…
Reference in a new issue