0.4.1
parent
a0509007f1
commit
8d544d5e37
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@vladmandic/face-api",
|
"name": "@vladmandic/face-api",
|
||||||
"version": "0.3.9",
|
"version": "0.4.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
14
package.json
14
package.json
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@vladmandic/face-api",
|
"name": "@vladmandic/face-api",
|
||||||
"version": "0.3.9",
|
"version": "0.4.1",
|
||||||
"description": "JavaScript API for face detection and face recognition in the browser with tensorflow.js",
|
"description": "JavaScript module for Face Detection and Face Recognition Using Tensorflow/JS",
|
||||||
"main": "./build/index.js",
|
"main": "./build/index.js",
|
||||||
"typings": "./build/index.d.ts",
|
"typings": "./build/index.d.ts",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -14,11 +14,13 @@
|
||||||
"build": "npm run compile && npm run bundle && npm run minify"
|
"build": "npm run compile && npm run bundle && npm run minify"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"face",
|
|
||||||
"detection",
|
|
||||||
"recognition",
|
|
||||||
"tensorflow",
|
"tensorflow",
|
||||||
"tf"
|
"tf",
|
||||||
|
"tfjs",
|
||||||
|
"face",
|
||||||
|
"face-api",
|
||||||
|
"face-detection",
|
||||||
|
"age-gender"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue