Which Android/iOS models can be used for testing an offline version without making API calls? Where can I find references to do this work?
Hi @MdSaajan
We have had a number of folks asking, but dont typically recommend mobile for the best performance as it would be tricky to get acceleration.
You can try following our CMAKE example with android NDK - GitHub - edgeimpulse/example-standalone-inferencing-cmake: Barebones example of performing inference with a C++ library from the studio
Get started with the NDK | Android NDK | Android Developers
Or Javascript with a cross platform framework like Ionic
Let me know the route you decide and if you have trouble.
Best
Eoin