Skip to content

maxbrenner-ai/aws-custom-docker-model-deploy-front-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy a custom model with AWS SageMaker and build a Front-end with S3

This repo contains code for the tutorial article I made on Medium found here. The article shows how to deploy a custom model with Docker and SageMaker and create a serverless S3 front-end.

Repo contents:

  • docker-image-code/: contains the code for the custom docker model image. Based on a template that works with the AWS SageMaker estimator wrapper
  • front-end/: contains the code for the S3 website that allows users to interact with my google trends anomaly detection model
  • deploy-custom-model.ipynb: The SageMaker notebook for deploying the model
  • lambda-code.py: AWS Lambda function code for invoking the model endpoint

Go to my S3 website here to upload google trends CSV data and identity anomalies. (Note: it may not be up all the time)

About

End-to-end deployment of AWS model from docker through serverless S3 front-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published