Create Chat Bot using Voice Recognition using Python3
Before that we install some extranctions in our system:
step1: Install Speech Recogniser : pip install SpeechRecognition
Ref URL: https://pypi.org/project/SpeechRecognition/
step2: Install text to speech converter: pip install pyttsx3
Ref URL: https://pypi.org/project/pyttsx3/
step3: Install PyAudio: pip install PyAudio (or)
Ref URL: https://pypi.org/project/PyAudio/
Step A: pip install pipwin
pipwin is a complementary tool for pip on Windows. pipwin installs unofficial python package binaries for windows
Ref URL: https://pypi.org/project/pipwin/ Step B: pip install pyaudio