Examples
I created a project with examples about how to use tflitego library.
https://github.com/nbortolotti/tflitego_examples
Here generic steps to operate with tflitego
Model creation
Set Interpreter options
Create Interpreter
Allocate Tensors
Input Tensor/s
Interpreter Invoke
Outputs/Results
Image Categorization
Image Categorization
Into this section you can find 2 options to use image categorization:
General example.
Raspberry Pi example.