diff --git a/plugins/tensorflow-lite/README.md b/plugins/tensorflow-lite/README.md index 7027ac452..6070437b8 100644 --- a/plugins/tensorflow-lite/README.md +++ b/plugins/tensorflow-lite/README.md @@ -1,15 +1,3 @@ -# @scrypted/tensorflow-lite +# Object Detection Plugin for Scrypted -## npm commands - * npm run scrypted-webpack - * npm run scrypted-deploy - * npm run scrypted-debug - -## scrypted distribution via npm - 1. Ensure package.json is set up properly for publishing on npm. - 2. npm publish - -## Visual Studio Code configuration - -* If using a remote server, edit [.vscode/settings.json](blob/master/.vscode/settings.json) to specify the IP Address of the Scrypted server. -* Launch Scrypted Debugger from the launch menu. +This plugin adds object detection capabilities to any camera in Scrypted. Having a fast GPU and CPU is highly recommended. Edge TPU (Coral.ai) is also supported. diff --git a/plugins/tensorflow-lite/package-lock.json b/plugins/tensorflow-lite/package-lock.json index 80e124c5b..e779ee3ec 100644 --- a/plugins/tensorflow-lite/package-lock.json +++ b/plugins/tensorflow-lite/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/tensorflow-lite", - "version": "0.0.37", + "version": "0.0.38", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/tensorflow-lite", - "version": "0.0.37", + "version": "0.0.38", "hasInstallScript": true, "devDependencies": { "@scrypted/sdk": "file:../../sdk" diff --git a/plugins/tensorflow-lite/package.json b/plugins/tensorflow-lite/package.json index f0f8cbc76..ac86ac502 100644 --- a/plugins/tensorflow-lite/package.json +++ b/plugins/tensorflow-lite/package.json @@ -30,6 +30,9 @@ }, "scrypted": { "name": "TensorFlow Lite (and Coral) Object Detection", + "pluginDependencies": [ + "@scrypted/objectdetector" + ], "runtime": "python", "type": "API", "interfaces": [ @@ -39,5 +42,5 @@ "devDependencies": { "@scrypted/sdk": "file:../../sdk" }, - "version": "0.0.37" + "version": "0.0.38" }