From 40601525bc266686a3e8a4e7876762e7a4ad5c27 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sat, 13 Jun 2020 23:01:27 +0300 Subject: [PATCH] citation --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f3c0e6c..924bfef 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,19 @@ You can also support this project through Patreon. +## Citation + +Please cite deepface in your publications if it helps your research. Here is an example BibTeX entry: + +``` +@misc{serengil2020deepface, + title={deepface}, + author={Serengil, Sefik Ilkin}, + year={2020}, + howpublished={\url{https://github.com/serengil/deepface}}, +} +``` + ## Licence Deepface is licensed under the MIT License - see [`LICENSE`](https://github.com/serengil/deepface/blob/master/LICENSE) for more details.