update readme

pull/54/head
Vladimir Mandic 2021-04-10 23:40:12 -04:00
parent 98b8963505
commit 0304c9c2f1
2 changed files with 4 additions and 8 deletions

View File

@ -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**
<br>
@ -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
<script src="https://cdn.jsdelivr.net/npm/@vladmandic/face-api/dist/face-api.js"></script>
```
or
```html
<script src="https://unpkg.dev/@vladmandic/face-api/dist/face-api.js"></script>
```

View File

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