coforma / swift-tech-challenge

MIT License
0 stars 0 forks source link

Data ingestion part 2 #66

Closed TheDanMiller closed 8 months ago

TheDanMiller commented 8 months ago

Using generative AI for content creation

Summary

This modifies the previous data ingestion flow to incorporate generative AI to create images and decsriptive text for the institutions. This is done using Lambdas that will speak to the Amazon Bedrock API Jurrassic and Titan models

Type of change

How To Test

  1. Add a file to institutions folder in the bucket that has all the data, make it a new institution id
  2. Verify institution ends up in Dynamo and that an image is generated an placed in the images bucket Note: This should all happen with triggers once the original file is added

Checklist:

TheDanMiller commented 8 months ago

Marked code climate as invalid since it was showing new file and old file. Old file goes away with rename so there actually is not duplication

codeclimate[bot] commented 8 months ago

Code Climate has analyzed commit 68eb354f and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (90% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

TheDanMiller commented 8 months ago

Will open new one with updated pipes