This document discusses using serverless computing to deploy machine learning models for image recognition. It describes automating the building of ML tools in a Lambda-compatible Docker container to package libraries and models. It then explains using the Serverless Framework to define the necessary infrastructure in AWS including an S3 bucket for image uploads, Lambda functions, and permissions to allow the functions to access S3 and perform image classification when a new image is uploaded. While this provides a starting point, it notes the solution is not as full-featured as using AWS Rekognition directly.