GithubHelp home page GithubHelp logo

blog_generation's Introduction

Steps to use foundational models available in AWS Amazon Bedrock

Use Case: Blog generation on a given topic using Llama2 chat model.

AWS services:

  • Amazon Bedrock - To access foundational models (Amazon's Titan, Anthropic's Claude, Facebook's Llama, Cohere from Command, Jurassic from AI21 labs, and Stable Diffusion from Stability AI)
  • API Gateway - To create API routes for redirecting requests to applications and services.
  • Lambda - Takes the user request and calls the logic written to achieve a task. (generating and saving blogs)
  • S3 - Storage for blogs generated.
  • CloudWatch - To navigate and debug the flow of information as expected.

Architecture

1715675905217

Note: boto3 Python SDK is used to interact with Bedrock and S3 from Lambda. Lambda by default uses previous versions of boto3. Therefore you need to create boto3 layer on top of your Lambda function.

To create a layer in AWS Lamdba for updated packages use the command below. Create a folder named "python" before the command.

pip install boto3 -t python/

Zip the folder and give appropriate name.

How to setup everything (step-by-step guide)? Amazon Bedrock

blog_generation's People

Contributors

abhishekvarma12345 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.