/gen-ai-labs-demos

gen-ai-labs-demos

Primary LanguageJupyter Notebook

Prerequisites

For Lab1 and Lab2 - We need Prerequisites 1) and 2)

1) Access to AWS Console

Link - https://aws.amazon.com/console/

image

Click on Log-in and Create Account If not Exist

image

2) Ensure that you are in us-east-1 or NVirgina Region and Also request access to AWS Sagemaker Foundation Models - Wait for approval to Practice Lab1 and Lab2

3) Create Sagemaker Domain and Studio

  • Select Sagemaker from Search Tab

    image
  • Create Sagemaker Domain

    image
  • Launch the Studio app

    image

4) Create a API Token from Cohere - (This is Needed for Lab3)

Link - https://dashboard.cohere.ai/api-keys Signup and Get the Key

image

  • Create JSON file locally e.g) cred.json

{ cohere_api_key:"Sftx", dreamstudio_api_key:"sk-z**********" }

5) Create API token from Dreamstudio - (This is Needed for Lab4)

Link - https://dreamstudio.ai/account

image

  • Create JSON file locally e.g) cred.json

{ cohere_api_key:"Sftx" dreamstudio_api_key:"sk-z**********" }

6) Create a AWS Skill Builder ID - (This is Needed for Lab5)

7) Ensure you setup a VSCode and Enable Codewhisperer - - (This is Needed for Lab5)