Why You Should Stop Using Flask and Start Using FastAPI

I swear you won’t regret it

Fahmi Nurfikri
Better Programming
Published in
4 min readOct 16, 2020

--

Photo by Pankaj Patel on Unsplash

When it comes to machine learning production, usually we’ll wrap a model into a rest API. Because making machine learning APIs doesn’t really require complex things — it only requires the predict() function — we usually only use a simple framework. And the framework we usually use is Flask.

--

--