hawkwood / tf-lite-unity-sample

TensorFlow Lite Samples on Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TensorFlow Lite for Unity Samples

mnist gif


ssd gif

Tested on macOS / iOS / Android / Ubuntu / Windows
Unity 2019.3.3f1
TensorFlow 2.2.0

How to build tensorflow lite for Unity

The pre-built libraries are included. if you want to use the latest TFLite,

  1. Clone tensorflow library
  2. Run ./configure in tensorflow and
  3. Run ./build_tflite.py (Python3) to build for each platform
# Update iOS, Andoid and macOS
./build_tflte.py --tfpath ../tensorflow -ios -android -macos

License

Samples folder Assets/Samples/* is licensed under MIT

Other licenses

About

TensorFlow Lite Samples on Unity


Languages

Language:C# 56.8%Language:C 37.5%Language:Python 2.7%Language:Objective-C 1.5%Language:ShaderLab 1.5%