From eaa298211e06efcc9b204100e1dd1e89a12f133e Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 24 Mar 2021 22:37:43 -0400 Subject: [PATCH] update description --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca173c2..c22eb55 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # FaceAPI -**Face detection and recognition libary for Browser and NodeJS implemented using latest TensorFlow/JS** +**AI-powered Face Detection, Description & Recognition for Browser and NodeJS using Tensorflow/JS**
diff --git a/package.json b/package.json index 057c7a4..ff8615a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vladmandic/face-api", "version": "1.1.5", - "description": "FaceAPI: AI-powered Face Detection, Face Embedding & Recognition Using Tensorflow/JS", + "description": "FaceAPI: AI-powered Face Detection, Description & Recognition using Tensorflow/JS", "sideEffects": false, "main": "dist/face-api.node.js", "module": "dist/face-api.esm.js",