Artificial Intelligence
-
Updated
Oct 30, 2023 - Python
Artificial Intelligence
TASK 1 Build a simple chatbot that responds to user inputs based on predefined rules. Use if-else statements or pattern matching techniques to identify user queries and provide appropriate responses. This will give you a basic understanding of natural language processing and conversation flow.
I completed the AI internship program at Codsoft, where I successfully tackled three out of the five assigned projects. The initial project involved creating a straightforward chatbot that responds to user inputs. The second project focused on developing a tic-tac-toe game, and the final task centered around building a recommendation system.
Add a description, image, and links to the chatbot-with-rule-based-responses topic page so that developers can more easily learn about it.
To associate your repository with the chatbot-with-rule-based-responses topic, visit your repo's landing page and select "manage topics."