Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

assignment.md 869 B

You have to be logged in to leave a comment. Sign In

Make a Bot talk back

Instructions

In the past few lessons, you programmed a basic bot with whom to chat. This bot gives random answers until you say 'bye'. Can you make the answers a little less random, and trigger answers if you say specific things, like 'why' or 'how'? Think a bit how machine learning might make this type of work less manual as you extend your bot. You can use NLTK or TextBlob libraries to make your tasks easier.

Rubric

Criteria Exemplary Adequate Needs Improvement
A new bot.py file is presented and documented A new bot file is presented but it contains bugs A file is not presented
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...