Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.08 KB

File metadata and controls

53 lines (40 loc) · 2.08 KB

AI in Daily Life Assignment

Instructions

1. Identify AI Applications

  • 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.

2. Analyze and Categorize

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).

3. Enhance with Visuals

  • Add relevant pictures, screenshots, or diagrams to make your submission more engaging.

4. Submit a Document

  • Use the provided template below for your submission.
  • Save the file as AI_in_Daily_Life_<YourName>.docx or .pdf.

5. Upload to GitHub

Step 1: Create a Repository

  1. Go to GitHub and log in or sign up.
  2. Click the "+" icon (top-right) and select New repository.
  3. Enter AI-in-Daily-Life as the repository name.
  4. Add a description (optional) and set the repository to public.
  5. Click Create repository.

Step 2: Push Your Document to GitHub

  1. Open your terminal or command prompt.
  2. Navigate to the folder where your document is saved.
  3. 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 
    

Step 3: Share the Repository Link

  1. Copy the repository URL (e.g., https://github.com/YourUsername/AI-in-Daily-Life).
  2. Share this link in the Microsoft form Here