File | Date | Author | Commit |
---|---|---|---|
Recognizer | 2021-04-07 |
![]() |
[5039b1] writing to mqtt |
.gitignore | 2021-04-07 |
![]() |
[5039b1] writing to mqtt |
CODEOWNERS | 2020-09-06 |
![]() |
[23362a] added CODEOWNERS file |
LICENSE | 2020-09-06 |
![]() |
[2ee0f6] modified license |
README.md | 2020-11-06 |
![]() |
[086e70] Icon area feature |
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