Other options
--debug
- run the impulse in debug mode, this will print the intermediate DSP results. For image models, a live feed of the camera and inference results will also be locally hosted and available in your browser (More on this below.)--continuous
- run the impulse in continuous mode (not available on all platforms).
Embedded API Server
The Linux CLI Runner has an embedded API server that allows you to interact with the model easily from any application, environment, or framework that implements an HTTP client. This feature is started with the runner using the--run-http-server <port>
option.
To start the API server: