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].
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].
- 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."]
-
Introduction
- [Brief description of the introduction phase, e.g., "Overview of human-in-the-loop concepts."]
-
Hands-on Activity
- [Brief outline of the hands-on activity, e.g., "Building an AI agent with assistant-ui to integrate human feedback."]
-
Q&A and Discussion
- [Description, e.g., "Open floor for questions on implementing real-time human feedback mechanisms in AI."]
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
- Activate your environment (if using Conda):
conda activate workshop_env
- Install any necessary dependencies:
pip install -r requirements.txt
Navigate to the Jupyter notebook for this session:
- Launch Jupyter Notebook:
jupyter notebook
- Open the file
session_4.ipynb
.
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.”]
-
Documentation:
-
Further Reading:
- [List of related papers, articles, or links]
If you need help with any part of the session, refer to the solution file in the solutions
folder.
If you have questions during the workshop, please reach out to [Instructor’s Name] or open an issue in the repository.
Happy coding!