Skip to content

mrglaster/PySpeechRecognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Speech Recognizer

Recognizes speech from .wav file

How to use?

  1. Install SpeechRecognition library for python:
pip install SpeechRecognition
or
pip install requirements.txt
  1. Run the python script
python main.py -i my_audio_file.wav -lang ru-RU 
  1. Find recognition results in output.txt

Where can I find the supported languages list?

Releases

No releases published

Packages

No packages published

Languages