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
726 stars 515 forks source link

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

Closed BastLeblanc closed 2 months ago

BastLeblanc commented 5 months 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
julianbonilla commented 4 months ago

@BastLeblanc I'd like to work on this feature request. Can you assign it to me?

BastLeblanc commented 4 months ago

I've assigned it to you. Let us know how you progress. As much as possible it would be good to build a reusable process (script/step function/s3 batch..) so we can reuse when we add more products or more pictures. Maybe we can even think of just uploading new pictures and it will categorize and store a generated product info for it.

Thanks in advance for your contribution !

BastLeblanc commented 2 months ago

merged