From 0304c9c2f1dfa86c13101dd5d24c5aaa8f5112d8 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 10 Apr 2021 23:40:12 -0400 Subject: [PATCH] update readme --- README.md | 10 +++------- package.json | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9d1e183..8ee173b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # FaceAPI -**AI-powered Face Detection, Description & Recognition for Browser and NodeJS using Tensorflow/JS** +**AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS**
@@ -108,15 +108,11 @@ must be installed before using NodeJS example ## Quick Start -Simply include latest version of `FaceAPI` directly from a CDN in your HTML: +Simply include latest version of `FaceAPI` directly from a CDN in your HTML: +(pick one, `jsdelivr` or `unpkg`) ```html -``` - -or - -```html ``` diff --git a/package.json b/package.json index 5c11ab1..0a6542c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vladmandic/face-api", "version": "1.1.11", - "description": "FaceAPI: AI-powered Face Detection, Description & Recognition using Tensorflow/JS", + "description": "FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS", "sideEffects": false, "main": "dist/face-api.node.js", "module": "dist/face-api.esm.js",