aws-samples / genai-quickstart-pocs

This repository contains sample code demonstrating various use cases leveraging Amazon Bedrock and Generative AI. Each sample is a separate project with its own directory, and includes a basic Streamlit frontend to help users quickly set up a proof of concept.
MIT No Attribution
288 stars 87 forks source link

New POC for Image Taxonomy with Claude #78

Closed trevorspires closed 4 months ago

trevorspires commented 4 months ago

Currently working on a POC to provide

The basic code for this is here --> https://github.com/trevorspires/Claude3-Apps/tree/main/Home_Image_Analysis

I am adapting this code to match the current POC/Streamlit format and use more generic images.

Progress happening over here ---> https://github.com/trevorspires/genai-quickstart-pocs

Hoping to submit PR for review of this POC by early next week.

trevorspires commented 4 months ago

Currently working. Hoping to submit in the next week after I integrate with the streamlit interface used for these POCs