Create a Machine Learning API With Django Rest Framework

Learn how to create a machine learning API with Django

Görkem Arslan
Better Programming
Published in
7 min readJul 5, 2021

--

computer with code on the screen
Photo by James Harrison on Unsplash

This tutorial will be in two parts.

  • In Part 1, we will train a simple machine learning model and create an API with the Django Rest framework.
  • In Part 2, we will deploy our project with a popular cloud service.
    (I will show you…

--

--