An open API service indexing awesome lists of open source software.

https://github.com/mrglaster/pyspeechrecognizer

Recognizes speech from .wav file
https://github.com/mrglaster/pyspeechrecognizer

examle google python recognition recognizer speech speech-recognition speech-to-text tutorial tutorial-code

Last synced: 11 months ago
JSON representation

Recognizes speech from .wav file

Awesome Lists containing this project

README

          

# 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
```

2) Run the python script
```
python main.py -i my_audio_file.wav -lang ru-RU
```

3) Find recognition results in output.txt

## Where can I find the supported languages list?

### https://cloud.google.com/speech-to-text/docs/languages