This project is a simple yet effective AI chatbot built in Python. It's designed to simulate customer support interactions, providing answers to basic queries such as greetings, help requests. It uses pattern matching to understand and respond to user input.
Features:
Responds to greetings, help requests.
Uses regular expressions.
Runs on any online compiler
Easy to modify for any business or support service.
Tools Used: Python