Deploy trained text classifier on Sagemaker

Hi! A model you train with Prodigy is a regular spaCy model, so you can deploy it like you would deploy any other spaCy project or model.

For example, this blog post includes an example Dockerfile for a spaCy-powered project on Sagemaker:

Alternatively, here's a template for a REST API powered by FastAPI: