impulse package

build

edgeimpulse.experimental.impulse.build(
		deploy_model_type: Optional[str= None,
		engine: str = 'tflite',
		deploy_target: str = 'zip',
		output_directory: Optional[str= None,
		api_key: Optional[str= None,
		timeout_sec: Optional[float= None
)> _io.BytesIO

Build and download an impulse from Edge Impulse.

Build a model and download it from Edge Impulse. The model can be built for a specific target and engine. The model can be saved to a file if output_directory is provided and the file name will be derived from the deployment target.

Parameters

  • deploy_model_type: Optional[str] = None

  • engine: str = 'tflite'

  • deploy_target: str = 'zip'

  • output_directory: Optional[str] = None

  • api_key: Optional[str] = None

  • timeout_sec: Optional[float] = None

Return

_io.BytesIO

Last updated