@ntlab/identity-face-ng
Version:
Face identity acquisition and identification using Face Landmarks Detection
36 lines (35 loc) • 1.02 kB
JSON
{
"name": "@ntlab/identity-face-ng",
"version": "1.4.3",
"description": "Face identity acquisition and identification using Face Landmarks Detection",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/tohenk/node-identity-face-ng.git"
},
"keywords": [
"face",
"identify",
"acquisition",
"identification"
],
"author": "Toha <tohenk@yahoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tohenk/node-identity-face-ng/issues"
},
"homepage": "https://github.com/tohenk/node-identity-face-ng#readme",
"dependencies": {
"@mediapipe/face_detection": "^0.4.1646425229",
"@mediapipe/face_mesh": "^0.4.1633559619",
"@ntlab/identity": "^1.3.0",
"@tensorflow-models/face-detection": "^1.0.3",
"@tensorflow-models/face-landmarks-detection": "^1.0.6",
"@tensorflow/tfjs-node": "^4.22.0",
"debug": "^4.4.1",
"gunzip-maybe": "^1.4.2",
"sharp": "^0.34.2",
"tar-stream": "^3.1.7"
}
}