Categories
code linux machine learning python

Build your AWS Lambda Machine Learning Function with Docker

Using AWS Lambda for deploying ML models to the cloud.

I’ve recently made a tutorial on using Docker for machine learning purposes, and I thought also to publish it in here: http://hi.cs.stonybrook.edu/teaching/docker4ml
It includes videos, slides and code, with hands-on demonstrations in class.
A GitHub repo holds the code: https://github.com/royshil/Docker4MLTutorial
I made several scripts to make it easy to upload python code that performs an ML inference (“prediction”) operation on AWS Lambda.
Enjoy!
Roy.

Leave a Reply

Your email address will not be published. Required fields are marked *