You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.