Skip to content

aws-samples/allthings-bedrock-nova-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

All things Amazon Nova Models - Python Examples

This repository contains python scripts to interact with Amazon's Nova models using Amazon Bedrock.

Prerequisites

  • Python 3.6 or higher
  • AWS account with access to Bedrock services
  • Boto3 library installed (pip install boto3)

Installation

  1. Clone this repository:

    git clone <repository-url>
    cd <repository-directory>
    
  2. Install required dependencies:

    pip install boto3
    
  3. Configure AWS credentials: Ensure your AWS credentials are set up either through environment variables, AWS CLI configuration, or an IAM role if running on an AWS service.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

Disclaimer

You should not use this Content in your production accounts, or on production or other critical data. You are responsible for testing, securing, and optimizing content, such as sample code, as appropriate for production grade use based on your specific quality control practices and standards