Skip to content

Latest commit

 

History

History

hello-edge

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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