Running 2 models in MCU

I would like to run image and audio classification models in an Arduino Nano 33 BLE Sense, the idea is basically build a FSM (Finite State Machine) with the following cycle: Image classification → Audio Classification → Compare results and give a final one. The problem is importing both libraries to the same project, any ideas?

Hello @josemimo2,

Unfortunately, this is not currently possible.
See: Running multiple (two) Edge impulse model simultaneously in a single device - #7 by janjongboom and Running two model on an Spresence board - #7 by MMarcial

Best,

Louis