am15h / tflite_flutter_plugin

TensorFlow Lite Flutter Plugin
https://pub.dev/packages/tflite_flutter
Apache License 2.0
503 stars 353 forks source link

tensorflow lite chatbot support #116

Open LijaAlex12 opened 3 years ago

LijaAlex12 commented 3 years ago

Could you let me know if the plugin offers support for tflite chatbot in Flutte. If yes, could you provide some code samples using the plugin for the chatbot.

am15h commented 3 years ago

Can you share some reference to the tflite model you want to use? If the chatbot model's input/output has a similar structure to the Smart Reply, you will be able to use such models as soon as support for https://github.com/am15h/tflite_flutter_plugin/issues/25 is added in June.

LijaAlex12 commented 3 years ago

https://github.com/bryanlimy/tf2-transformer-chatbot

LijaAlex12 commented 3 years ago

@am15h