Skip to content

Liew211/stenotes

Repository files navigation

stenotes

Transcribes any audio from your computer!

Setup

  1. download models from https://alphacephei.com/vosk/models and unzip them in models
  2. create a virtual environment in the root folder of this repository: python -m venv env
  3. activate it
  4. 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())

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors