whispering/README.md
2022-09-23 19:20:29 +09:00

1.1 KiB

whisper_streaming

CI CodeQL Typos

Streaming transcriber with whisper

Example

git clone https://github.com/shirayu/whisper_streaming.git
cd whisper_streaming
poetry install --only main
poetry run whisper_streaming --language ja --model base

Tips

If you get OSError: PortAudio library not found: Install portaudio

# Ubuntu
sudo apt-get install portaudio19-dev

License