From e2f1fc36413b6da0a0094574c6cb5cf3881a11bc Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 7 Mar 2021 10:05:35 -0500 Subject: [PATCH] enabled live demo on gitpages --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad74d64..2c76d91 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # FaceAPI +**Face detection and recognition libary for Browser and NodeJS implemented on top of TensorFlow/JS** + +
+ +**Live Demo**: + +
+ ## Note This is updated **face-api.js** with latest available TensorFlow/JS as the original face-api.js is not compatible with **tfjs 2.0+**. @@ -15,8 +23,6 @@ And since original Face-API was open-source, I've released this version as well Unfortunately, changes ended up being too large for a simple pull request on original Face-API and it ended up being a full-fledged version on its own -
- ### Differences - Compatible with `TensorFlow/JS 2.0+ & 3.0+`