update readme
parent
98b8963505
commit
0304c9c2f1
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
# FaceAPI
|
# 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>
|
<br>
|
||||||
|
|
||||||
|
@ -109,14 +109,10 @@ must be installed before using NodeJS example
|
||||||
## Quick Start
|
## 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
|
```html
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@vladmandic/face-api/dist/face-api.js"></script>
|
<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>
|
<script src="https://unpkg.dev/@vladmandic/face-api/dist/face-api.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@vladmandic/face-api",
|
"name": "@vladmandic/face-api",
|
||||||
"version": "1.1.11",
|
"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,
|
"sideEffects": false,
|
||||||
"main": "dist/face-api.node.js",
|
"main": "dist/face-api.node.js",
|
||||||
"module": "dist/face-api.esm.js",
|
"module": "dist/face-api.esm.js",
|
||||||
|
|
Loading…
Reference in New Issue