
Run TFLITE models on the web
Using either the TFJS Task API or the TFLITE Web API you can now deploy Tensorflow Lite models on the web without even needing to convert them into Tensorflow.js format. Both libraries are a work in progress and their syntax might change dramatically over the upcoming weeks and months but nonetheless, they already allow you to deploy models for lots of different applications, including: Image Classification Object Detection Image Segmentation Sentiment Detection NL Classification You can find multiple examples for the above-mentioned applications on the Github pages of the libraries as well as on the TFJS dev Codepen account. ...










