Transcribes any audio from your computer!
- download models from https://alphacephei.com/vosk/models and unzip them in
models - create a virtual environment in the root folder of this repository:
python -m venv env - activate it
pip install -r requirements.txt
Required args:
--model models/folder_containing_model--device "name of your input device (like Soundflower)"
To find device names, run the following in a Python shell:
import sounddevice as sd
print(sd.query_devices())