Skip to content

aiagentexpert/speakslow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install dependencies

brew install portaudio
pip install pyaudio speechrecognition
pip install vosk pyaudio 

Download a Vosk model from https://alphacephei.com/vosk/models

For example, an English model can be downloaded from Vosk Models. Extract the model folder and note its path. Update MODEL_PATH in the code below to point to the local Vosk model folder.

Run the code

python listener.py

About

Listens to you speak on Mac, and gives warning if it finds words garbled. Also, prints out WPM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors