deepface logo

This commit is contained in:
Sefik Ilkin Serengil 2020-02-22 12:03:19 +03:00 committed by GitHub
parent 735239aa52
commit 374327bbca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@
[![Downloads](https://pepy.tech/badge/deepface)](https://pepy.tech/project/deepface) [![Downloads](https://pepy.tech/badge/deepface)](https://pepy.tech/project/deepface)
<p align="center"><img src="https://raw.githubusercontent.com/serengil/chefboost/master/icon/deepface-icon.png" width="200" height="200"></p>
**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** 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.
# Face Recognition # Face Recognition
@ -152,3 +154,5 @@ There are many ways to support a project - starring⭐ the GitHub repos is ju
# Licence # Licence
Deepface is licensed under the MIT License - see [`LICENSE`](https://github.com/serengil/deepface/blob/master/LICENSE) for more details. Deepface is licensed under the MIT License - see [`LICENSE`](https://github.com/serengil/deepface/blob/master/LICENSE) for more details.
[Logo](https://thenounproject.com/term/face-recognition/2965879/) is created by [Adrien Coquet](https://thenounproject.com/coquet_adrien/). Licensed under [Creative Commons: By Attribution 3.0 License](https://creativecommons.org/licenses/by/3.0/).