How to mount multiple model?

Question/Issue:
I am using esp32s3, and I find that my chip has sufficient flash and RAM. I would like to know if it is possible to mount multiple models within the application. These models may be trained using different datasets.

Hello @xiqwertyui,

Yes this is doable! Although it can be a bit tricky, you can add merge multiple impulses into one single C++ library.
See Multi-impulse (C++) | Edge Impulse Documentation

Best,

Louis