Using Image classification using ML kit in native mobile.

0
Hello everyone,   Is it possible to do Image Classification using ML Kit in native mobile application. If yes, please answer me how to implement it.   Thank you.  
asked
1 answers
0

hi Veluru

if you can find an image classifying ONNX model that fits within the runtime environment (I think the limit is 1 GB of RAM) then that should work.

 

The documentation lists ResNet50 as one example:

https://github.com/mendix/mlkit-example-app#image-classification--resnet50

answered