flutter_tflite icon indicating copy to clipboard operation
flutter_tflite copied to clipboard

Is there support for web?

Open devanflores opened this issue 4 years ago • 6 comments

Does this plugin currently work on flutter web?

devanflores avatar May 26 '20 16:05 devanflores

No currently the plugin does not support web

AbdulRashidReshamwala avatar Jun 04 '20 13:06 AbdulRashidReshamwala

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/

no-1ne avatar Jun 21 '20 01:06 no-1ne

@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?

AbdulRashidReshamwala avatar Jun 21 '20 18:06 AbdulRashidReshamwala

What is the current state of this? I would be very interested in web build support.

CaptainDario avatar Jan 30 '21 13:01 CaptainDario

Hi any update in web support?

mahidul-islam avatar Jun 23 '21 16:06 mahidul-islam

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.

lukehutch avatar Jan 18 '23 06:01 lukehutch