update readme
parent
98b8963505
commit
0304c9c2f1
10
README.md
10
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**
|
||||
|
||||
<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>
|
||||
```
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue