Gutenberg Chatbot
This web application utilizes the Gutenberg corpus to provide intelligent responses in the chat.
This chat application is built using Flask and HTML.
You can chat with the chatbot using two methods:
Overlap: Compares user input with predefined responses using token overlap.
Word2Vec: Utilizes word vectors to find the most similar response to user input.