Using the library to create a Android Application #26
Replies: 2 comments 2 replies
-
You can create it for Android applications, we do not have API for this but you can use our model as a library to integrate with your application. You need to look for how to integrate python libraries in Android Studio/Flutter. |
Beta Was this translation helpful? Give feedback.
-
The current model best model is based on resnet and exported to onnx, We are exploring to see on how it can be converted to tflite, which will allow us to easily deploy the same in virtually any device (as tflite libraries are present for all devices) For android specific use case, you can consider using onnxruntime https://onnxruntime.ai/docs/tutorials/mobile/ |
Beta Was this translation helpful? Give feedback.
-
Can I use this to create an Android application? if there are any android demo please mention, And what will be the result if i were to found like 50 samples for each keyword? I intend to add like 5 keywords.
Beta Was this translation helpful? Give feedback.
All reactions