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

  1. Model creation

  2. Set Interpreter options

  3. Create Interpreter

  4. Allocate Tensors

  5. Input Tensor/s

  6. Interpreter Invoke

  7. Outputs/Results

Image Categorization

Into this section you can find 2 options to use image categorization:

  • General example.

  • Raspberry Pi example.