AWS Bedrock supports image input with models like amazon.nova-pro-v1:0
. You can use this to analyze images and get information about them.
Create a virtual environment
Open the Terminal
and create a python virtual environment.
Set your AWS Credentials
Install libraries
Add an Image
Place an image file named sample.jpg
in the same directory as your script.
Run Agent
AWS Bedrock supports image input with models like amazon.nova-pro-v1:0
. You can use this to analyze images and get information about them.
Create a virtual environment
Open the Terminal
and create a python virtual environment.
Set your AWS Credentials
Install libraries
Add an Image
Place an image file named sample.jpg
in the same directory as your script.
Run Agent