Productionize a Machine Learning Model with a Django API

A tutorial on deploying a machine learning model behind a Django API.

GreekDataGuy
Towards Data Science
5 min readDec 31, 2019

--

Previously, I wrote a tutorial on productionizing an ML model with flask.

Flask is lighter weight, but if we needed more functionality, django comes with that included.

--

--