This article shows how to deploy a machine learning model as a web API using: You are going to be training a model to consuming it live via a curl/Postman request – all in under an hour. Prerequisites: Overall Project Structure: Step 1: Train and Save the Model (Locally) We are going to use scikit-learn’s …