From 11ce178616d2ffc75f4f929c8dd1e8de59d5750f Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 8 Jan 2023 13:29:17 +0000 Subject: [PATCH] look-alike --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b946f95..c5eb3c3 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,8 @@ You can use deepface not just for facial recognition tasks. For instance, [Celeb

+

+ ## 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.