From c5d2342cf0e9a25229d44582cfb65d15a674ea54 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Thu, 5 Jan 2023 14:03:34 +0000 Subject: [PATCH] docker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1513b7..80b8bf9 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Face recognition, facial attribute analysis and vector representation functions **Dockerized Service** -

+

You can deploy the deepface api on a kubernetes cluster with docker. The following shell script will serve deepface on localhost:5000. You need to re-configure the Dockerfile if you want to change the port. Then, even if you do not have a development environment, you will be able to consume deepface services. You can also access the inside of the docker image to run deepface related commands. Please follow the instructions in the shell script.