Download Trained Model
Download a trained model for a learning block. Depending on the block this can be a TensorFlow model, or the cluster centroids.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/learn-data/{learnId}/model/{modelDownloadId} \
--header 'x-api-key: REPLACE_KEY_VALUE'
Last updated
Was this helpful?