Deep learning project end to end | Potato Disease Classification - 4 : FastAPI/tf serving Backend - codebasics - 深度學習 Deep Learning 公開課 - Cupoy
tf serving is a convenient way to serve machine learning models. In this video we will first build a...
tf serving is a convenient way to serve machine learning models. In this video we will first build a FastAPI web server and test it using postman application. We will then have alternate way of doing same thing but this time using tf serving + FastAPI. We will discuss some benefits of tf serving as well.
Code: https://github.com/codebasics/potato-...
What is CORS?
• CORS in 100 Seconds
tf serving tutorial:
• tf serving tutorial | tensorflow serv...
FastAPI tutorial:
• FastAPI Tutorial | FastAPI vs Flask
⭐️ Timestamps ⭐️
00:00 Introduction
01:36 Installation
02:53 Approach 1: FastAPI server
22:29 Approach 2: FastAPI + tf serving server