Skip to content

Latest commit

 

History

History
 
 

04_ecommerce_vectors

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Session Title: Building E-commerce Recommendations with Vectors

Welcome to the Building E-commerce Recommendations with Vectors session of the DevFest AI Workshop! This session will guide you through [brief session purpose or topic].


Session Overview

Instructor: [Instructor Name]

Duration: [Duration, e.g., 30 minutes]

Objective:

  • [Objective 1: Describe what participants will learn or accomplish in this session]
  • [Objective 2: Highlight any practical applications or outcomes]

By the end of this session, you will have a deeper understanding of [specific concepts/skills].


Prerequisites

  • Basic knowledge of [relevant knowledge, e.g., Python, AI concepts].
  • [Any tools or packages participants should have set up before this session, e.g., "Install packages listed in requirements.txt."]

Agenda

  1. Introduction

    • [Brief description of the introduction phase, e.g., "Overview of human-in-the-loop concepts."]
  2. Hands-on Activity

    • [Brief outline of the hands-on activity, e.g., "Building an AI agent with assistant-ui to integrate human feedback."]
  3. Q&A and Discussion

    • [Description, e.g., "Open floor for questions on implementing real-time human feedback mechanisms in AI."]

Instructions

Step 1: Clone the Workshop Repository

If you haven't cloned the repository already, run:

git clone https://github.com/[your-username]/devfest-ai-workshop.git
cd devfest-ai-workshop/sessions/session_4

Step 2: Set Up Environment

  • Activate your environment (if using Conda):
    conda activate workshop_env
  • Install any necessary dependencies:
    pip install -r requirements.txt

Step 3: Open the Jupyter Notebook

Navigate to the Jupyter notebook for this session:

  1. Launch Jupyter Notebook:
    jupyter notebook
  2. Open the file session_4.ipynb.

Step 4: Complete the Hands-on Exercise

Follow the instructions in the notebook for each part of the exercise:

  • Exercise 1: [Brief description, e.g., “Load and preprocess data for building a chatbot.”]
  • Exercise 2: [Brief description, e.g., “Use assistant-ui to add human feedback capabilities.”]
  • Exercise 3: [Brief description, e.g., “Evaluate chatbot performance with human-in-the-loop inputs.”]

Additional Resources


Solutions

If you need help with any part of the session, refer to the solution file in the solutions folder.


Contact

If you have questions during the workshop, please reach out to [Instructor’s Name] or open an issue in the repository.

Happy coding!