How to deploy Machine Learning models as a Microservice using FastAPI

By Medium - 2021-02-28
As of today, FastAPI is the most popular web framework for building microservices with python 3.6+ versions. This is the reason it is faster as compared to flask-based APIs. So we will focus on that part, not on the model training.

 

Topics

  1. Backend (0.26)
  2. Machine_Learning (0.26)
  3. NLP (0.18)

Similar Articles

What is semi-supervised machine learning?

By TechTalks - 2021-01-04

Semi-supervised learning helps you solve classification problems when you don't have labeled data to train your machine learning model.