From 33f7565dfa1ba27cf4dead5b2f4d27d601dacd55 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Wed, 12 Jun 2024 21:58:45 +0100 Subject: [PATCH] Update README.md react --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b9a2958..a4f3d49 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,12 @@ $ 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** + +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 React.js. + +

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