Skip to content

Instantly share code, notes, and snippets.

@tam17aki
Last active October 3, 2023 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tam17aki/01c86a794646202e38837a9c7cdf5482 to your computer and use it in GitHub Desktop.
Save tam17aki/01c86a794646202e38837a9c7cdf5482 to your computer and use it in GitHub Desktop.
#!/bin/bash
# for MacOS
brew install wget
pip3 install vosk
pip3 install sounddevice
wget https://alphacephei.com/vosk/models/vosk-model-small-ja-0.22.zip
unzip vosk-model-small-ja-0.22.zip
mv ./vosk-model-small-ja-0.22 ./model
wget https://gist.githubusercontent.com/tam17aki/b99d9b82abf6e43e599d605101c8c95c/raw/6095bc0999fb6d7f14bd2a6aa9e1e6a88ba5dee8/asr_streaming.py
wget https://gist.githubusercontent.com/tam17aki/ddf3f3d0259f9be3c487e9c3cb58fafa/raw/a0ba04b17fd3781e9e80d0c0b0ef39ac78c92d2f/asr_streaming_vad.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment