How to run TFLite model(AutoML Vision Edge) with TFJS on the browser

Viewed 7045

I trained a model with AutoML Vision Edge. I want to infer a image on the browser.

input_format of tensorflowjs_converter not supported TFLite. The tflite_convert command cannot convert to a model other than TFLite.

How to run TFLite model(AutoML Vision Edge) with TFJS on the browser?

1 Answers

TensorFlow.js model export is already available in AutoML Vision. Just note as of today, this export like many others are still in a pre-release state and might be buggy or change or have limited support.

Related