From c6da7e3e6796847687de35231c00213796167775 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 8 Jan 2023 01:52:17 +0000 Subject: [PATCH] parental look-alike --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 10dc148..816f98c 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,12 @@ Face recognition models represent facial images as vector embeddings. The idea b

+## Derived applications + +You can use deepface not just for facial recognition tasks. For instance, [Celebrity look-alike prediction](https://sefiks.com/2019/05/05/celebrity-look-alike-face-recognition-with-deep-learning-in-keras/) and [Parental look-alike prediction](https://sefiks.com/2022/12/22/decide-whom-your-child-looks-like-with-facial-recognition-mommy-or-daddy/) tasks can be done with DeepFace! + +

+ ## Contribution [![Tests](https://github.com/serengil/deepface/actions/workflows/tests.yml/badge.svg)](https://github.com/serengil/deepface/actions/workflows/tests.yml) Pull requests are welcome! You should run the unit tests locally by running [`test/unit_tests.py`](https://github.com/serengil/deepface/blob/master/tests/unit_tests.py). Once a PR sent, GitHub test workflow will be run automatically and unit test results will be available in [GitHub actions](https://github.com/serengil/deepface/actions) before approval.