Speech recognition: Difference between revisions
(Created page with "For Ubuntu: ''Requirements: Python2.6, 2.7, or 3.3+''<br /> https://pypi.python.org/pypi/SpeechRecognition # Install SpeechRecognition 3.8.1 #*<small>pip install SpeechRecogn...") |
No edit summary |
||
Line 1: | Line 1: | ||
/////under construction/////<br /> | |||
For Ubuntu: | For Ubuntu: | ||
Revision as of 12:39, 21 March 2018
/////under construction/////
For Ubuntu:
Requirements: Python2.6, 2.7, or 3.3+
https://pypi.python.org/pypi/SpeechRecognition
- Install SpeechRecognition 3.8.1
- pip install SpeechRecognition
- To quickly try it out, run python -m speech_recognition after installing.
- PyAudio (for microphone users):
- Install PyAudio using APT: execute sudo apt-get install python-pyaudio python3-pyaudio in a terminal.
- Transcribe an audio file: execute python3 audio_transcribe.py