Skip to content

Instantly share code, notes, and snippets.

@vsm-hubble
vsm-hubble / AWS Bedrock PDF Summary with langchain.md
Created April 22, 2025 16:41 — forked from sanketsudake/AWS Bedrock PDF Summary with langchain.md
PDF summarizer with langchain and Amazon Bedrock Titan

Usage

  • Setup python dependencies from requirements.txt
  • Source your AWS enviroment credentials.
    • Enable Amazon bedrock amazon.titan-text-express-v1 model for access
    • AWS_REGION, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN(optional)
  • Run python pdf_summary.py
    python pdf_summary.py
    

Running on local URL: http://127.0.0.1:7860