- Reflect on your day-to-day activities and list at least 3 AI-powered applications, devices, or services you use regularly. Examples include:
- Obvious examples: ChatGPT, voice assistants (e.g., Siri, Alexa), smart home devices, recommendation systems (e.g., Netflix, YouTube).
- Less obvious examples: Smart washing machines, fitness trackers, AI-powered e-commerce platforms.
For each AI application, include:
- Name and Description: Briefly explain what it does.
- AI Type: Identify or guess the type of AI involved (e.g., Natural Language Processing, Machine Learning, Computer Vision).
- AI Functionality: Describe how AI contributes to its functionality (e.g., personalization, automation, decision-making).
- Add relevant pictures, screenshots, or diagrams to make your submission more engaging.
- Use the provided template below for your submission.
- Save the file as
AI_in_Daily_Life_<YourName>.docxor.pdf.
- Go to GitHub and log in or sign up.
- Click the "+" icon (top-right) and select New repository.
- Enter
AI-in-Daily-Lifeas the repository name. - Add a description (optional) and set the repository to public.
- Click Create repository.
- Open your terminal or command prompt.
- Navigate to the folder where your document is saved.
- Initialize a Git repository:
git init git add . git commit -m "Added AI in Daily Life assignment" git remote add origin https://github.com/<YourUsername>/AI-in-Daily-Life.git git push -u origin main
- Copy the repository URL (e.g., https://github.com/YourUsername/AI-in-Daily-Life).
- Share this link in the Microsoft form Here