aws-samples / retail-demo-store

AWS Retail Demo Store is a sample retail web application and workshop platform demonstrating how AWS infrastructure and services can be used to build compelling customer experiences for eCommerce, retail, and digital marketing use-cases
MIT No Attribution
704 stars 480 forks source link

Feature Request: align title and descriptions to the pictures #602

Open BastLeblanc opened 2 weeks ago

BastLeblanc commented 2 weeks ago

Currently the descriptions are generated but are not always aligned to the product picture.

Proposed work:

Loop through every product

  1. upload the picture to Bedrock, Claude 3
  2. prompt proposition:
Identify the main object in this scene and generate a title and detailed product description for it, make it engaging for an e-commerce website.
Put your answer between tags
<title>
<description>
  1. Modify products.yaml file