You will be creating an interactive chat-bot type program. Eliza is a therapist program that interacts with the user. Your program will need to evaluate what the user asks and turn the user's input into a question that sounds like the therapist really cares. Sample beginning sentences: • Please tell me more about .. • Many of my patients tell me the same thing. • It is getting late, maybe we had better quit. Why do you say that ... how can you fix that? • You seem to think that ... Why? • So, you are concerned that.. expand on that. Hint: Use random generator. random.randint(start, end) will return a random integer between the start and end number (inclusive) but before using this method, you need to add import random Example session with Eliza Good day. What is your problem? Enter your response here or Q to quit: my teacher hates me Why do you say that "my teacher hates me"? Enter your response here or Q to quit: she always calls on the girls in the class Please tell me more Enter your response here or Q to quit: i would like to get called on too You seem to think that "I would like to get called on too" why? Enter your response here or Q to quit: q

Principles of Information Systems (MindTap Course List)
12th Edition
ISBN:9781285867168
Author:Ralph Stair, George Reynolds
Publisher:Ralph Stair, George Reynolds
Chapter4: Software: Systems And Application Software
Section4.7: Ethical & Societal Issues: Digital Software Systems May Improve Nuclear Power Plant Safety
Problem 2CTQ
icon
Related questions
Question

show me a code on jupyter notebook by using the example

You will be creating an interactive chat-bot type program. Eliza is a therapist program that interacts with the user. Your program will need to evaluate
what the user asks and turn the user's input into a question that sounds like the therapist really cares.
Sample beginning sentences:
• Please tell me more about ...
• Many of my patients tell me the same thing.
• It is getting late, maybe we had better quit.
Why do you say that .. how can you fix that?
You seem to think that ...
Why?
So, you are concerned that ... expand on that.
Hint: Use random generator.
random.randint(start, end) will return a random integer between the start and end number (inclusive) but before using this method,
you need to add
import random
Example session with Eliza
Good day. What is your problem? Enter your response here or Q to quit: my teacher hates me
Why do you say that "my teacher hates me"?
Enter your response here or Q to quit: she always calls on the girls in the class
Please tell me more
Enter your response here or Q to quit: i would like to get called on too
You seem to think that "I would like to get called on too" why?
Enter your response here or Q to quit: q
Transcribed Image Text:You will be creating an interactive chat-bot type program. Eliza is a therapist program that interacts with the user. Your program will need to evaluate what the user asks and turn the user's input into a question that sounds like the therapist really cares. Sample beginning sentences: • Please tell me more about ... • Many of my patients tell me the same thing. • It is getting late, maybe we had better quit. Why do you say that .. how can you fix that? You seem to think that ... Why? So, you are concerned that ... expand on that. Hint: Use random generator. random.randint(start, end) will return a random integer between the start and end number (inclusive) but before using this method, you need to add import random Example session with Eliza Good day. What is your problem? Enter your response here or Q to quit: my teacher hates me Why do you say that "my teacher hates me"? Enter your response here or Q to quit: she always calls on the girls in the class Please tell me more Enter your response here or Q to quit: i would like to get called on too You seem to think that "I would like to get called on too" why? Enter your response here or Q to quit: q
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Perception
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Principles of Information Systems (MindTap Course…
Principles of Information Systems (MindTap Course…
Computer Science
ISBN:
9781285867168
Author:
Ralph Stair, George Reynolds
Publisher:
Cengage Learning