Sign inSign up

edgeimpulse/ei-transform_hello-edge

By edgeimpulse

Updated about 2 years ago

Image
0

253

edgeimpulse/ei-transform_hello-edge repository overview

Hello Edge - Edge Impulse transformation block example

This is an example of an Edge Impulse transformation blocks. It will print "hello +name" on the transformation job logs.

Setting up

To set this up in Edge Impulse Studio, head to your organization and navigate to Custom blocks -> Transformation blocks -> Create new.

Select a Standalone transformation block and use this Docker image: luisomoreau/hello_edge:latest

Also, make sure to configure the additional block parameters with this config:

[
    {
        "name": "Name",
        "type": "string",
        "param": "name",
        "value": "",
        "help": "Person to greet"
    }
]

setup

Tag summary

Content type

Image

Digest

sha256:0405d94cc

Size

27.5 MB

Last updated

about 2 years ago

docker pull edgeimpulse/ei-transform_hello-edge