From 06c0a30262d9d3dde4f20cb50ebe0d561e6112ff Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 25 Feb 2020 20:13:24 +0300 Subject: [PATCH] intro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4558a7..9ac004c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-**Deepface** is a lightweight facial analysis framework including face recognition and demography (age, gender, emotion and race) for Python. You can use the framework with a just few lines of codes. Deepface handles the common stages of the modern face recognition pipelines in the background including detection, [alignment](https://sefiks.com/2020/02/23/face-alignment-for-face-recognition-in-python-within-opencv/), represention and classification. +**Deepface** is a lightweight facial analysis framework including face recognition and demography (age, gender, emotion and race) for Python. Modern face recognition pipelines consist of 4 stages: detect, align, represent and verify. Deepface handles all these common stages in the background. You can use the framework with a just few lines of codes # Face Recognition