Model File - Mobile App

Hi, guys!

I’m a PhD student, and I’m developing an Android app to detect specific images. I have inserted the database into Edge Impulse and performed object detection classification. However, I need to export this object detection model into a file format that can be inserted into my Python-based Android app. I have attempted to deploy the model in Edge Impulse, but it only works with C++ language, which is not compatible with my app. Do you have any ideas to help me out?

Hello @hellen.ancelmo,

Could the web assembly be an option for you and run it in a browser view?

Best,

Louis

Quick follow up, we just posted a blog and docs on C++ and NDK for Android Studio - Getting Started with Android Studio and Edge Impulse

Hope this helps!

Eoin