Detection on mobilephone

Hello, I was able to do a work that detects from the camera with “edge impulse”. thanks to you. However, is there a method by which I can detect from images previously loaded on the phone without the phone’s camera? For example, can I detect an image I downloaded from the internet on the phone?

thanks in advance

This is not supported out of the box, but it can be done, you need to built an app around the C++ library that do the inference on the images captured already by your mobile phone.

Best,
Omar