Add description

This commit is contained in:
Yuta Hayashibe 2022-09-23 22:19:53 +09:00
parent 8ea7b59eed
commit f61f39c577

View file

@ -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``