From the course: Hands-On AI: Building Your First Conversational AI Chatbot

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Evaluate chatbot response quality

Evaluate chatbot response quality

- [Instructor] Now it's time to launch the chatbot and evaluate the response quality. In this video, we'll walk through how to launch the chatbot interface with radio, and then actually test it with some examples to see how well it's performing. First, let's set up a simple radio interface for interacting with our trained chatbots. This line of code sets up a minimal but fully functional chatbot front end. Next, we simply launch it. Now that the chatbot is launched, we need to test it with different kinds of user inputs and evaluate the response quality. Let's try some examples. Let's first try casual conversation. Let's try, hey, how's it going? So the chatbot responded, I'm good, thanks. What about you? Not bad, but I feel tired. I haven't slept in two days. That's funny. Now let's try asking for advice. Let's try, I'm feeling a bit stressed today. Any advice? And the chat bot responded. Don't be stressed. I know what you mean. I've been thinking of you all day. I'm really worried…

Contents