mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 08:19:56 +00:00
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "@scrypted/tensorflow",
|
|
"version": "0.0.18",
|
|
"description": "Scrypted Face Recognition Service.",
|
|
"author": "Scrypted",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"prepublishOnly": "NODE_ENV=production scrypted-webpack",
|
|
"prescrypted-vscode-launch": "scrypted-webpack",
|
|
"scrypted-vscode-launch": "scrypted-deploy-debug",
|
|
"scrypted-deploy-debug": "scrypted-deploy-debug",
|
|
"scrypted-debug": "scrypted-debug",
|
|
"scrypted-deploy": "scrypted-deploy",
|
|
"scrypted-readme": "scrypted-readme",
|
|
"scrypted-package-json": "scrypted-package-json",
|
|
"scrypted-webpack": "scrypted-webpack"
|
|
},
|
|
"keywords": [
|
|
"scrypted",
|
|
"plugin",
|
|
"tensorflow",
|
|
"motion",
|
|
"detection",
|
|
"face",
|
|
"recognition",
|
|
"people",
|
|
"person"
|
|
],
|
|
"scrypted": {
|
|
"name": "TensorFlow Face Recognition Plugin",
|
|
"singleInstance": true,
|
|
"type": "API",
|
|
"interfaces": [
|
|
"DeviceProvider",
|
|
"ObjectDetection",
|
|
"Settings"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@scrypted/common": "file:../../common",
|
|
"@scrypted/sdk": "file:../../sdk",
|
|
"@koush/face-api.js": "^0.22.3",
|
|
"jpeg-js": "^0.4.3",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.175",
|
|
"@types/node": "^14.17.11"
|
|
},
|
|
"optionalDependencies": {
|
|
"@tensorflow/tfjs": "^3.11.0",
|
|
"@tensorflow/tfjs-core": "^3.9.0",
|
|
"@tensorflow/tfjs-node-gpu": "^3.11.0",
|
|
"canvas": "^2.8.0"
|
|
}
|
|
}
|