Hello,
I am using Nicla Voice board and I want to deploy my own TensorFlow model on it. My model does some voice filtering and outputs filtered speech signal. I want to store this filtered speech recording and download it from the Nicla Voice board. Or if possible make the Nicla Voice board save this file on my connected laptop.
Using Edge Impulse it allows me only to use my model for regression or classification task, which isn’t the case for my application.
Is there a way to generate a custom model.synpkg file, without constraints of Edge Impulse?