From a594d336d9851d86671700becf102663dfd3b9ae Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Wed, 5 Mar 2025 14:41:01 +0000 Subject: [PATCH] Update README.md react section moved under real time analysis --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7f8eba2..2ba0c3b 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ The performance of RetinaFace is very satisfactory even in the crowd as seen in You can find out more about RetinaFace on this [repo](https://github.com/serengil/retinaface). -**Real Time Analysis** - [`Demo`](https://youtu.be/-c9sSJcx6wI) +**Real Time Analysis** - [`Demo`](https://youtu.be/-c9sSJcx6wI), [`React Demo part-i`](https://youtu.be/IXoah6rhxac), [`React Demo part-ii`](https://youtu.be/_waBA-cH2D4) You can run deepface for real time videos as well. Stream function will access your webcam and apply both face recognition and facial attribute analysis. The function starts to analyze a frame if it can focus a face sequentially 5 frames. Then, it shows results 5 seconds. @@ -324,11 +324,7 @@ user │ │ ├── Bob.jpg ``` -**React UI** - [`Demo part-i`](https://youtu.be/IXoah6rhxac), [`Demo part-ii`](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 depending on deepface api. - -

+If you intend to perform face verification or analysis tasks directly from your browser, [`deepface-react-ui`](https://github.com/serengil/deepface-react-ui) is a separate repository built using ReactJS depending on deepface api. **Face Anti Spoofing** - [`Demo`](https://youtu.be/UiK1aIjOBlQ)