Skip to content

ray4spd/v2c-recognizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

V2C voice recognition module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%