From d6f8ca9dce282602958d1f4e34b4f86cb7e67ff5 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 22 Mar 2020 11:47:04 +0300 Subject: [PATCH] labeled icon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 483e860..611447f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Downloads](https://pepy.tech/badge/deepface)](https://pepy.tech/project/deepface) -

+

**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](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. You can use the framework with a just few lines of codes