From dc096a622fc9434a514184c7723b0c401968eca6 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Thu, 26 May 2022 14:56:05 +0100 Subject: [PATCH] command line args --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 015f725..5cefb7b 100644 --- a/README.md +++ b/README.md @@ -193,8 +193,11 @@ Face recognition, facial attribute analysis and vector representation functions DeepFace comes with a command line interface as well. You are able to access its functions in command line as shown below. The command deepface expects the function name as 1st argument and function arguments thereafter. ```shell -deepface verify -img1_path tests/dataset/img1.jpg -img2_path tests/dataset/img2.jpg -deepface analyze -img_path tests/dataset/img1.jpg +#face verification +$ deepface verify -img1_path tests/dataset/img1.jpg -img2_path tests/dataset/img2.jpg + +#facial analysis +$ deepface analyze -img_path tests/dataset/img1.jpg ``` **Tech Stack** - [`Vlog`](https://youtu.be/R8fHsL7u3eE), [`Tutorial`](https://sefiks.com/2021/03/31/tech-stack-recommendations-for-face-recognition/)