Last updated 7 months ago
Download an exported Keras block - needs to be exported via 'exportKerasBlock' first
Project ID
Learn Block ID, use the impulse functions to retrieve the ID
File
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/training/keras/{learnId}/download-export', { method: 'GET', headers: {}, }); const data = await response.json();
binary