From 921d17ac4844c94a6779b94c7f80a04f9b2fc177 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Fri, 17 Apr 2020 16:29:17 +0300 Subject: [PATCH] deepface api --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f40d775..e658d68 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ BTW, you should use regular slash ( / ) instead of backslash ( \ ) in Windows OS # API +

+ Deepface offers an API as well. You can clone [`/api/api.py`](https://github.com/serengil/deepface/tree/master/api/api.py) and pass it to python command as an argument. This will get a rest service up. ```