AI in Everyday Life: Recommendations, Maps, and Voice Assistants
📖 Scenario: Imagine you want to understand how AI helps you daily through recommendations on shopping sites, navigation on maps, and voice assistants on your phone.
🎯 Goal: You will build a simple overview that lists examples of AI in everyday life, categorize them, and add a brief description for each category.
📋 What You'll Learn
Create a dictionary called
ai_examples with three keys: recommendations, maps, and voice_assistantsEach key should have a list of two example AI applications as strings
Create a variable called
description that holds a short sentence explaining AI's role in these categoriesUse a
for loop with variables category and examples to iterate over ai_examples.items()Create a final dictionary called
ai_overview that combines the description and the examples for each category💡 Why This Matters
🌍 Real World
Understanding AI's role in everyday tools helps people appreciate technology and make informed choices.
💼 Career
Basic knowledge of AI applications is useful in many jobs, including marketing, customer service, and tech support.
Progress0 / 4 steps