New machine learning model to flutter or native app

Hi , is there a way to train your on machine learning model from here and import it to a flutter app? I yes , how will that work, thank you for your insight.

Hi @laughtt,

I am not familiar with Flutter. My understanding is that you can build and link to C++ code (How to build a Flutter app with C/C++ libraries via FFI on Android and iOS including OpenCV, Libsodium, Cmocka and Eigen | by Lim Khai Fung | Medium). If that is true, then your best option is to deploy your Edge Impulse project as a C++ library and import it into your application project.

Hi @laughtt,

Have you managed to find a solution to this? I’m facing the same problem - trying to use FFI to deploy C/C++ libraries in a Flutter environment, but it hasn’t worked for me as yet. Do let me know if you find anything, thanks!