Importing edge-impulse-sdk DSP blocks

Question/Issue: I am currently working on an Android application, and I would like to integrate the DSP blocks from the Edge Impulse SDK to preprocess sensor data. My goal is to connect these DSP blocks with a machine learning model, which can be updated independently of the main application. By doing this, I aim to avoid rebuilding the app for every new ML model update.
What is the best way to integrate the Edge Impulse SDK into an Android Studio project? Are there any specific Gradle dependencies or setup steps I should follow?

Hi @ashokp

If you can share some of your progress with the last advice, others can then offer suggestion on how to progress.

Did you decide to pursue this Android app natively or via cross platform, WASM or c++?

Best

Eoin