tensorflow/flutter-tflite

Anyone have develop With latest Dart 3? the example is with dart 2 which is incompitable

Opened this issue · 3 comments

Anyone developed an example with the latest Dart 3? The example is with Dart 2, which is incompatible.

I have fixed bertqa example, pr is mentioned above.
You can take a look and add it to the other examples as well, and open a pr so that everyone will have a working examples :)

thanks, but qa.json file is missing

Read the Readme

https://github.com/tensorflow/flutter-tflite/tree/main/example/bertqa

You need to run the script

You can do this by running sh ./scripts/ download_model.sh from the root folder of the repository.