Streaming transcriber with whisper
Go to file
2022-09-23 19:20:29 +09:00
.github Initial commit 2022-09-23 19:20:29 +09:00
whisper_streaming Initial commit 2022-09-23 19:20:29 +09:00
.gitignore Initial commit 2022-09-23 19:20:29 +09:00
.markdownlint.json Initial commit 2022-09-23 19:20:29 +09:00
12 Initial commit 2022-09-23 19:20:29 +09:00
LICENSE Initial commit 2022-09-23 19:20:29 +09:00
LICENSE.whisper Initial commit 2022-09-23 19:20:29 +09:00
Makefile Initial commit 2022-09-23 19:20:29 +09:00
package-lock.json Initial commit 2022-09-23 19:20:29 +09:00
package.json Initial commit 2022-09-23 19:20:29 +09:00
poetry.lock Initial commit 2022-09-23 19:20:29 +09:00
pyproject.toml Initial commit 2022-09-23 19:20:29 +09:00
README.md Initial commit 2022-09-23 19:20:29 +09:00
setup.cfg Initial commit 2022-09-23 19:20:29 +09:00

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