This is a simple chatbot created using Flask (Python framework). This chatbot uses a simple algorithm that to understand the message does:
- Delete all dots, commas, dashes and stuff like that.
- Convert the user's message to lowercase to understand it better.
- Work out a response based on how likely that message is to mean one of its possible responses by comparing them.