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",