Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 803 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 803 Bytes

v2c-recognizer

V2C voice recognition module

recource: https://www.geeksforgeeks.org/python-convert-speech-to-text-and-text-to-speech/
Python requirments

  • python3.6
  • pip3.6

pip commands for windows:
$ pip install speechrecognition
$ pip install pyaudio
$ pip install playsound
$ pip install pocketsphinx
$ pip install SpeechRecognition pydub
$ pip install websocket-client
$ pip install websocket
$ pip install keyboard
$ pip install pycaw
$ pip install pystray
$ pip install pillow

running the program with python 3.6 insde the Recogniser folder:
$ python3 speech.py

To test python version run:
$ python3
or $ python
It will show the the python version on the first line