📜  python代码示例中的聊天机器人

📅  最后修改于: 2022-03-11 14:45:12.743000             🧑  作者: Mango

代码示例1
#This is MY chatbot with voice recognition and api voice responce
# if you don't want it to be speech based then swap the speak and listen part
# with input and print and you are good to go
# Tis one is for beginners , you may use deep learning response algorithms if
#you want to improve the experience.