Skip to content

letsgomrinal/sagemaker-deployment-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sagemaker-deployment-poc

Install uv

curl -Ls https://astral.sh/uv/install.sh | sh

Initiate Project

uv venv
source .venv/bin/activate
uv init
uv pip install sagemaker boto3 joblib scikit-learn

Setup aws cli

aws configure

To check buckets

 aws s3 ls

Create an S3 bucket:

aws s3api create-bucket \
  --bucket test-sagemaker-deployment-poc-bucket \
  --region us-east-1

About

Model Deployment on AWS Sagemaker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages