Chapter 8. Serving predictions over the web

This chapter covers

  • Setting up SageMaker to serve predictions over the web
  • Building and deploying a serverless API to deliver SageMaker predictions
  • Sending data to the API and receiving predictions via a web browser

Until now, the machine learning models you built can be used only in SageMaker. If you wanted to provide a prediction or a decision for someone else, you would have to submit the query from a Jupyter notebook running in SageMaker and send them the results. This, of course, is not what AWS intended for SageMaker. They intended that your users would be able to access predictions and decisions over the web. In this chapter, you’ll enable your users to do just that.

Serving tweets ...

Get Machine Learning for Business now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.