Tag: FastAPI

  • From pickle to production: wrapping a model in a real API that won’t fall over

    Training a machine learning model is only half the job. The other half is making it available reliably, safely, and predictably.

  • Using FastAPI to build a mini REST API in Python

    FastAPI has rapidly become one of the go-to frameworks for building high-performance REST APIs in Python. In this guide, we will walk through creating a mini REST API from scratch using FastAPI, explore how it compares with Flask and Django REST Framework, and learn practical tips for testing, documentation, and deployment.

  • Tools: FastAPI, Docker, BentoML

    FastAPI, Docker, and BentoML together form a powerful, production-grade stack for deploying machine learning models. This post explores how each tool fits into the MLOps pipeline, how to integrate them efficiently, and which best practices high-performing teams are using in 2025 to deploy models at scale.