Skip to content

Simple chatbot for querying metadata of designs in Autodesk Platform Services using Amazon Bedrock.

Notifications You must be signed in to change notification settings

petrbroz/aps-design-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aps-design-chatbot

Simple chatbot for querying metadata of designs in Autodesk Platform Services using Amazon Bedrock.

screenshot

Development

Prerequisites

Setup & Run

  • Clone this project
  • Install dependencies: npm install
  • Specify the following environment variables:
    • APS_CLIENT_ID - your APS application client ID
    • APS_CLIENT_SECRET - your APS application client secret
    • APS_CALLBACK_URL - your OAuth callback
    • SERVER_SESSION_SECRET - custom phrase used to encrypt/decrypt cookies
  • Configure the AWS credentials (guide) and region
  • Run the server: npm start
  • Go to http://localhost:8080

About

Simple chatbot for querying metadata of designs in Autodesk Platform Services using Amazon Bedrock.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published