Python ChatBot Implementation using chatterbot library
-
Updated
Jul 18, 2020 - Python
Python ChatBot Implementation using chatterbot library
Self-learning rule-based chatbot built with Python using fuzzy matching and JSON-based persistent storage.
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.
To associate your repository with the learning-chatbots topic, visit your repo's landing page and select "manage topics."