Comparison of FastAPI and Flask. Simple Explanation!

Wired Wisdom
DataDrivenInvestor
Published in
4 min readJul 24, 2020

--

Whenever a developer take step to machine learning or deep learning, there are some stuffs that are considered as essential. Few of them are

  • Concepts of machine learning.
  • Python or R Languages — considered as the most important language in ML
  • Tensorflow or Pytorch — end to end opensource platform for ML and DL
  • Flask — To productionize an ML model we usually wrap a model in a REST API (mostly flask) and serve it as a micro service.

--

--