Skip to main content
Back to Projects

Interactive Project Demo

This demo showcases a document-aware AI chatbot built with AWS services including Cognito, Lambda, S3, OpenSearch, Bedrock, and DynamoDB. Upload documents and chat with the AI about their contents.

Authentication Required

Please sign in to access the interactive project demo.

How It Works

  • Authentication via AWS Cognito ensures secure access
  • Upload documents (PDF, DOCX, PPTX, images) using Amazon S3
  • Documents are processed automatically with Amazon Textract and other tools
  • A vector database (OpenSearch Serverless) enables semantic search
  • The chatbot uses Amazon Bedrock with Claude 3 Haiku to generate responses
  • Chat history is preserved in DynamoDB for continuous conversations