From f93deabbcebc8d226486b3f3ac968ca8c264512e Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 26 May 2020 13:54:01 +0300 Subject: [PATCH] header --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 188ad7b..5e795f0 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,7 @@ pip install deepface ## Face Recognition -A modern face recognition pipeline consists of 4 common stages: detect, [align](https://sefiks.com/2020/02/23/face-alignment-for-face-recognition-in-python-within-opencv/), represent and verify. [`Demo`](https://youtu.be/OYialFo7Qo4) - -Deepface handles all these common stages in the background. +A modern face recognition pipeline consists of 4 common stages: detect, [align](https://sefiks.com/2020/02/23/face-alignment-for-face-recognition-in-python-within-opencv/), represent and verify. **deepface** handles all these common stages in the background. **Face Verification** - [`Demo`](https://youtu.be/KRCvkNCOphE)