Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 351 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 351 Bytes

CODSOFT-TASK1

CHATBOT WITH RULE-BASED RESPONSES

I have build a simple chatbot that responds to user inputs based on predefined rules. I have used if-else statements or pattern matching techniques to identify user queries and provide appropriate responses. This will give a basic understanding of natural language processing and conversation flow.