Skip to main content
Edge Impulse models (e.g., .eim) are loaded via the SDK’s ImageImpulseRunner. With the secure loader, verification happens before the model is initialized:
The secure_load call verifies the .eim file’s signature using tuc before passing it to ImageImpulseRunner. If the signature check fails, a ModelVerificationError is raised and the model is never loaded.

Requirements