Python ChatBot Implementation using chatterbot library
-
Updated
Jul 18, 2020 - Python
Python ChatBot Implementation using chatterbot library
A simple AI-inspired chatbot built using Python and JSON that can answer predefined questions and learn new responses from user interactions. The chatbot uses fuzzy string matching to find the closest question and updates its knowledge base dynamically.
Self-learning rule-based chatbot built with Python using fuzzy matching and JSON-based persistent storage.
Add a description, image, and links to the learning-chatbots topic page so that developers can more easily learn about it.
To associate your repository with the learning-chatbots topic, visit your repo's landing page and select "manage topics."