From c2a82e6153ee0dcf40bc8494b30a5fafa382f32d Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Wed, 19 Jun 2024 23:11:08 +0100 Subject: [PATCH] Update README.md facial attribute analysis demo with react added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ade63b0..3437bca 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ $ 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). -**React UI** - [`Demo`](https://youtu.be/IXoah6rhxac) +**React UI** - [`Facial Recognition Demo`](https://youtu.be/IXoah6rhxac), [`Facial Attribute Analysis Demo`](https://youtu.be/_waBA-cH2D4) If you intend to perform face verification tasks directly from your browser, [deepface-react-ui](https://github.com/serengil/deepface-react-ui) is a separate repository built using ReactJS.