tutorials-with-ci / tflite-model-parse

Parse TF-Lite Model File in C++

Repository from Github https://github.comtutorials-with-ci/tflite-model-parseRepository from Github https://github.comtutorials-with-ci/tflite-model-parse

TF-Lite Model Parse

Build Status

Parse TF-Lite Model File in C++

Steps

Just make run!

The detail steps are in the makefile

  1. clone FlatBuffers and compile
  2. download tf-lite model schema file
  3. compile schema to c header file
  4. compile & run

About

Parse TF-Lite Model File in C++


Languages

Language:C++ 69.4%Language:Makefile 30.6%