whispering/README.md
2022-09-23 22:19:53 +09:00

1.2 KiB

whisper_streaming

CI CodeQL Typos

Streaming transcriber with whisper

Example

# Setup
git clone https://github.com/shirayu/whisper_streaming.git
cd whisper_streaming
poetry install --only main

# 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

# Ubuntu
sudo apt-get install portaudio19-dev

License