Introduction
This walkthrough is on using AWS Bedrock's Titan Embed Image model to create and compare embeddings from images and text queries. This guide matches customer text queries, like "I'm looking for a red bag" with relevant product images, showcasing AI's power in e-commerce and digital customer experience.
Overview
The walkthrough is implemented in a Jupyter Notebook and uses AWS Bedrock and Titan Embed Image model to create and compare embeddings from images and text queries.
Steps
We'll walk through all the steps needed to implement AWS Bedrock and answer a customer query with relevant products from your E-commerce store.
-
Prerequisites
-
What is AWS Bedrock?
-
Request AWS Bedrock
-
Setting up Jupyter Notebook
-
Prepare product catalog
-
What are embeddings?
-
What is cosine similarity?
-
Generate product image embeddings
-
Query handling
-
Calculate cosine similarity
-
Display product recommendations
-
Summary
-
Next steps