Skip to content

amirg101/talkbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talkbot

Required Packages/modules:

pip install chatterbot==0.8.6

pip install pyttsx3

pip install speechrecognition

GUI

Screenshot (273)

Screenshot (272)

References

https://realpython.com/python-speech-recognition/

Errors you may face while installing pyaudio

Facing installation problems while installing pyaudio?? using the wheel file may be helpful in such cases. You may download the wheel file at: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio Once downloaded, change the current working directory to the location where the wheel file is available and then install as given below: pip install COMPLETE_NAME_OF_THE_WHEEL_FILE (or) If your system supports, these commands may be helpful instead

pip install pipwin

pipwin install PyAudio