Skip to content

Latest commit

 

History

History

ServerlessLLMappswithAmazonBedrock

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Serverless LLM apps with Amazon Bedrock

https://learn.deeplearning.ai/serverless-llm-apps-amazon-bedrock/

Learn how to deploy a large language model-based application into production using serverless technology.

  • Learn how to prompt and customize your LLM responses using Amazon Bedrock.
  • Summarize audio conversations by first transcribing an audio file and passing the transcription to an LLM.
  • Deploy an event-driven audio summarizer that runs as new audio files are uploaded; using a serverless architecture.

Intermediate Mike Chambers Prerequisite recommendation: Familiarity with Python and AWS services.