From d563034bfc079a8ff66b70d39c9e901ac0035b00 Mon Sep 17 00:00:00 2001 From: Chansung Park Date: Tue, 17 May 2022 15:26:34 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3bf0e3..82bda83 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ using [GitHub Actions](https://github.com/features/actions). 👋 **Note**: Even though this project uses an image classification its structure and techniques can be used to serve other models as well. + 👋 **Note**: There is a counter part project using FastAPI instead of TFServing. If you want to know how to deploy FastAPI servers on k8s, please check out the [repo here](https://github.com/sayakpaul/ml-deployment-k8s-fastapi).