From fce5689cd20a29477f4104bc434c21ac739c87be Mon Sep 17 00:00:00 2001 From: Reza Karbasi Date: Wed, 15 May 2024 09:24:17 +0330 Subject: [PATCH] doc: star history section added to the doc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9992134..27304bf 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,10 @@ $ deepface analyze -img_path tests/dataset/img1.jpg You can also run these commands if you are running deepface with docker. Please follow the instructions in the [shell script](https://github.com/serengil/deepface/blob/master/scripts/dockerize.sh#L17). +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=serengil/deepface&type=Date)](https://star-history.com/#serengil/deepface&Date) + ## Contribution Pull requests are more than welcome! If you are planning to contribute a large patch, please create an issue first to get any upfront questions or design decisions out of the way first.