Hello,
Are there any complete TensorFlow Lite examples that are completely Xamarin.Android & C#?
Fortunely, there is an official blog to show the steps and samples about it, you could refer to Android Image Classification with TensorFlow Lite & Azure Custom Vision Service.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
No, there is no such a official sample.
The sample was
Xamarin.Forms
project indeed, however, we could found that the key code is all in the native Android layer.In this project, the part of
Xamarin.Forms
is only provideViewPages
and a interface for implement DependencyService, you could implement this part in the nativeXamarin.Android
project.