flutter_tflite
flutter_tflite copied to clipboard
Is there support for web?
Does this plugin currently work on flutter web?
No currently the plugin does not support web
Web Support via tfjs would be super nice.There is almost model parity on web.
While loading models, one thought is to make it pick from from js folder or mobile folder based on platform.
Going tangential, the mobile folder can have tflite files or .pt files, In future also support for pytorch mobile will also be nice, https://pytorch.org/mobile/home/
@startupgurukul I would suggest having tfjs web as a separate package if there is enough traction I willing to work on it @shaqian what are your thoughts?
What is the current state of this? I would be very interested in web build support.
Hi any update in web support?
There's a wasm interpreter for tflite models now: https://js.tensorflow.org/api_tflite/0.0.1-alpha.4/
flutter_tflite could use this on the web.