Building a Model Prediction Server

June 02, 2023 1h 46m Free

Description

In predictive modeling, training a model is only half the battle; predictions typically need to be “served” to other systems in production via an API or similar interface. In this tutorial, we’ll start with a trained scikit-learn model and build a working FastAPI application to deliver its predictions in real-time. No prior experience with API development is expected.