/tflite

TensorFlow Lite (tflite) C++ Series

Primary LanguageC++MIT LicenseMIT

Alt text

Welcome to TensorFlow Lite C++ Series

This Repository contains code and instruction for my TensorFlow Lite C++ (youtube series).

Series

  • Introduction

  • TFlite C++ Windows Installation

  • TFlite C++ Mac Installation

  • TFlite C++ Linux Installation

    bazel build --define tflite_with_xnnpack=true -c opt //tensorflow/lite:libtensorflowlite.so bazel build --define -c opt //tensorflow/lite/c:libtensorflowlite_c.so

  • TFlite C++ Image Classification