Skip to content

KaviyaPriya-R/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

chatbot

Task: Training Your House AI Let's combine rule-based AI and machine learning to build a complex AI.

Problem Task 1: security check Task 2: training custom data Code Problem # You just bought Jordan, the smartest AI in the world, for your house. Now you have to set it up for use.

Your task is to train Jordan with all of the world’s information and then to train it with your personal information for restricted access.

To prevent unauthenticated access to your house, only two people are allowed to access Jordan: you and another trustworthy person in your life, which can be anyone from your friends and family.

To protect your personal information, only you will have access to your personal information.

Task 1: security check # Your first task is to enter the identity of a person and respond accordingly based on the permissions you give Jordan. We will be using the name of one person, Mark, and a trustworthy friend, Jane.

Here are the two scenarios that need to be checked:

If it is Mark, you have to respond with the following and continue with the program: Welcome, Mark. Happy to have you at home. If it is Jane, you have to respond with the following and continue with the program: Mark is out right now, but you are welcome to the house. If it is none of the above, you have to respond with the following and exit the program: Your access is denied here. You can exit the program using the exit() command.

Task 2: training custom data # Once the bot has identified you, you will train the bot with the following personal information about you. The blanks contain your personal information.

What is my favorite sport? You have always loved ___**

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors