From a522d4d2786bcd8f508f5b892bea67065d8ffb3a Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 8 Jan 2023 16:58:49 +0000 Subject: [PATCH] extended applications --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc6e3d2..7255fae 100644 --- a/README.md +++ b/README.md @@ -298,10 +298,14 @@ Face recognition models represent facial images as vector embeddings. The idea b ## Derived applications -You can use deepface not just for facial recognition tasks. It's very common to use DeepFace for entertainment purposes. 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! +You can use deepface not just for facial recognition tasks. It's very common to use DeepFace for entertainment purposes. For instance, Celebrity look-alike prediction and Parental look-alike prediction tasks can be done with DeepFace! + +**Parental Look-Alike Prediction** - [`Vlog`](https://youtu.be/nza4tmi9vhE), [`Tutorial`](https://sefiks.com/2022/12/22/decide-whom-your-child-looks-like-with-facial-recognition-mommy-or-daddy/)

+**Celebrity Look-Alike Prediction** - [`Vlog`](https://youtu.be/RMgIKU1H8DY), [`Tutorial`](https://sefiks.com/2019/05/05/celebrity-look-alike-face-recognition-with-deep-learning-in-keras/) +

## Contribution [![Tests](https://github.com/serengil/deepface/actions/workflows/tests.yml/badge.svg)](https://github.com/serengil/deepface/actions/workflows/tests.yml)