In this chapter, we're going to be taking the machine learning models we've learned about and turn them into REST servers for image classification.
In this chapter, we'll be covering the following topics:
- Making a REST API definition with OpenAPI or Swagger
- Creating a Docker container to create a repeatable build environment
- Making predictions with our API and posting images over HTTP