Last updated 7 months ago
Download the data of an exported Keras block - needs to be exported via 'exportKerasBlockData' 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-data', { method: 'GET', headers: {}, }); const data = await response.json();
binary