Golang + TFLite

Tensorflow Lite(TFLite) with Golang

Published in Analytics Vidhya https://medium.com/analytics-vidhya/tensorflow-lite-tflite-with-golang-37a326c089ff Tensorflow Lite commonly known as TFLite is used to generate and infer machine learning models on mobile and IoT(Edge) devices. TFLite made the on-device(offline) inference easier for multiple device architectures, such as Android, iOS, Raspberry pi and even backend servers. With TFLite you can build a lightweight server based inference application using any programming language with lightweight models, rather than using heavy Tensorflow models. As developers, we can simply use existing optimized research models or convert existing Tensorflow models to TFLite....

July 18, 2020 · 7 min · 1383 words · Dulan Dissanayake