Chat Bot

0
80

We see chatbots popping up all over the place, but how can we use them to directly benefit ourselves? Maybe you want to learn a different language by having a conversation. How about having the ability to get stock information with your voice? Chatbots can send messages, make phone calls, send emails, and so much more.

We will be using Python3 to build our chatbot. If you do not have Python3 installed, use one of the links below to get it setup on your operating system.

Training the ChatBot

To begin training our new chatbot, we will create a new file called Train.py in the same directory as ChatBot.py. Again, we need to import Chatterbot