CaptainDario
CaptainDario
@Kypsis I do not know if you already found a workaround, but you can just use the hosted version of TF Lite with CoreML delegate. Take a look at [my...
@apoleo88 I guess this is better suited for the tensorflow repo. I am also having issues building on windows and [opened an issue](https://github.com/tensorflow/tensorflow/issues/55970). However, no help yet...
Some progress: For NNAPI you can simply check if the android SDK version is >= 27 ([docs about this](https://developer.android.com/ndk/guides/neuralnetworks)). example: ``` dart // use NNAPI on android if android API...
@am15h not needing to use the install.bat and the complicated setup for iOS would be very nice. Especially if this setup enables the metal/CoreML delegate for iOS would work. Therefore...
I copied the binaries from the [example](https://github.com/am15h/tflite_flutter_plugin/tree/master/example/blobs). Are the binaries from there supposed to work? Maybe you could also add the binaries for desktop platforms to the release section?
I figure out a workaround [see #199.](https://github.com/am15h/tflite_flutter_plugin/issues/199#issuecomment-1272263611)
Stumbled over this comment after hours of trying... Thank you a ton, finally my app is running on iOS!
This should actually already be solved with #37
@radha1990kumari As I am not a maintainer of this package I am not sure. However you could try v0.9.0 ? @am15h is this deprecation message a new one or related...
Now with the release of flutter 2 and web builds being production ready, will this plugin support web? Maybe with tf.js?