Sign inSign up

luisomoreau/hello_edge

By luisomoreau

Updated about 3 years ago

Example of a transformation block for Edge Impulse that prints Hello +name

Image
0

182

luisomoreau/hello_edge repository overview

Hello Edge - Edge Impulse transformation block example

This image 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

Happy testing :)

Tag summary

Content type

Image

Digest

sha256:89d21578b

Size

29 MB

Last updated

about 3 years ago

docker pull luisomoreau/hello_edge