From 0c8a86d4fc8eaed8b03b2d2271c74a0322caf9a7 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sat, 15 Jun 2024 21:37:01 +0100 Subject: [PATCH] Update README.md react js demo added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef91ef1..ade63b0 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** +**React UI** - [`Demo`](https://youtu.be/IXoah6rhxac) 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.