From 1824a62efb7bd857e2f925e3d8954b86e1de5de4 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 23 Oct 2021 09:52:51 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc66d97..c2225bc 100644 --- a/README.md +++ b/README.md @@ -438,7 +438,7 @@ Build process uses `@vladmandic/build` module that creates optimized build for e This is updated **face-api.js** with latest available TensorFlow/JS as the original is not compatible with **tfjs 2.0+**. Forked from [face-api.js](https://github.com/justadudewhohacks/face-api.js) version **0.22.2** which was released on March 22nd, 2020 -Currently based on **`TensorFlow/JS` 3.9.0** +Currently based on **`TensorFlow/JS` 3.10.0** *Why?* I needed FaceAPI that does not cause version conflict with newer versions of TensorFlow And since original FaceAPI was open-source, I've released this version as well