Deploying to AWS SageMaker – a complete end-to-end guide
AWS SageMaker has a cloud-hosted model service managed by AWS. We will use AWS SageMaker as an example to show you how to deploy to a remote cloud provider for hosted web services that can serve real production traffic. AWS SageMaker has a suite of ML/DL-related services including supporting annotation and model training and many more. Here, we show how to bring your own model (BYOM) for deployment. This means that you have a model inference pipeline trained outside of AWS SageMaker, and now just need to deploy to SageMaker for hosting. Follow the next steps to prepare and deploy a DL sentiment model. A few prerequisites are required:
- You must have Docker Desktop running in your local environment.
- You must have an AWS account. You can create a free AWS account easily through the free signup website at https://aws.amazon.com/free/.
Once you have these requirements , activate the dl-model-chapter08
conda...