TensorFlowLiteiOS

Demo of using TensorFlow Lite on iOS
Use the image classification model mobilenet_quant_v1_224.

This is an excerpt and arrangement of the parts necessary for model inference in [TensorFlow example project] (https://github.com/tensorflow/examples/tree/master/lite/examples/image_classification/ios).

How to build

1, Download or Clone this project and open in xcode.

2, Please change the “Team” field of xcode Signing and Capabilities to your account.

3, Build on your actual device. This project can not be used in Simulators.

GitHub

View Github