Skip to content

unaiansede/tf-lite-unity-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 57.5%
  • C 36.3%
  • Python 3.3%
  • Objective-C 1.5%
  • ShaderLab 1.4%