Skip to content

aravindkrishak/Email-Chat-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Email-Chat-Bot

Create Chat Bot using Voice Recognition using Python3

Before that we install some extranctions in our system:

step1: Install Speech Recogniser : pip install SpeechRecognition

To convert Speech into text with the help of Google API.

Ref URL: https://pypi.org/project/SpeechRecognition/

step2: Install text to speech converter: pip install pyttsx3

To covert text to speech to make the intractive sessions.

Ref URL: https://pypi.org/project/pyttsx3/

step3: Install PyAudio: pip install PyAudio (or)

Python Bindings for PortAudio.

Ref URL: https://pypi.org/project/PyAudio/

If you got any error message, Then just try this :

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

About

Create ChatBot using Voice Recognition with Python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published