Serving a torch model using FastAPI

Kelvin Jose
The Startup
Published in
4 min readJun 10, 2020

--

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. We’re going to see how we can use FastAPI to serve a torch model.

FastAPI logo from https://fastapi.tiangolo.com/

Key Features of FastAPI

--

--