What is Tflite file?

Tensorflow Lite Converter converts a Tensorflow model to Tensorflow Lite flat buffer file (. tflite). Tensorflow Lite flat buffer file is deployed to the client, which in our cases can be a mobile device running on iOS or Android or an embedded device.

Read more

What is run an inference?

Inference is concerned with the calculation of posterior probabilities based on one or more data observations . The word ‘posterior’ is used to indicate that the calculation occurs after the evidence of the data is taken into account; ‘prior’ probabilities refer to any initial uncertainty we have.

Read more