diff --git a/README.md b/README.md index 02f3d02..2dd4fb6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This camera module implements a Viam camera interface which filters objects returned by an object detection ML model based upon the label and confidence threshold you set. You can find information regarding how to deploy Viam modules on to your smart machine in the [Viam documentation](https://docs.viam.com/registry/#use-modules) +You can also find the module in the Viam registry directly: [https://app.viam.com/module/felixreichenbach/object-filter](https://app.viam.com/module/felixreichenbach/object-filter) + ## Component Configuration ``` diff --git a/meta.json b/meta.json new file mode 100644 index 0000000..2c40ee6 --- /dev/null +++ b/meta.json @@ -0,0 +1,13 @@ +{ + "module_id": "felixreichenbach:object-filter", + "visibility": "public", + "url": "https://github.com/felixreichenbach/objectfilter-camera", + "description": "A Viam camera module which filters objects based upon a Viam object detector vision service.", + "models": [ + { + "api": "rdk:component:camera", + "model": "felixreichenbach:camera:objectfilter" + } + ], + "entrypoint": "bin/objectfilter" +} \ No newline at end of file