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
- Host: GitHub
- URL: https://github.com/mrglaster/pyspeechrecognizer
- Owner: mrglaster
- Created: 2022-01-17T09:22:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T04:48:48.000Z (over 3 years ago)
- Last Synced: 2025-01-15T07:11:36.460Z (about 1 year ago)
- Topics: examle, google, python, recognition, recognizer, speech, speech-recognition, speech-to-text, tutorial, tutorial-code
- Language: Python
- Homepage:
- Size: 682 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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