Build On Device Model
Generate code to run the impulse on an embedded device. When this step is complete use `downloadBuild` to download the artefacts. Updates are streamed over the websocket API.
curl --request POST \
--url 'https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/build-ondevice-model?type=SOME_STRING_VALUE' \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"engine":"tflite","modelType":"int8"}'
Last updated
Was this helpful?