Reputation: 1835
Is it possible to integrate ML Kit/TFLite with java desktop applications, rather than having them run on an iOS/Android device?
I'd like to try out the barcode scanning capabilities on scanned documents.
Thanks
Upvotes: 6
Views: 2436
Reputation: 1402
As of now, ML Kit is meant for mobile devices, and thus the iOS / Android focus. There is no desktop application support as of now. We would love the community to take this up as we love ML Kit to be used in as many ways as possible.
If it is just for prototyping something, the closest I can think of is firing up the mobile emulator on the desktop and use ML Kit.
Upvotes: 2