How To Run Tensorflow Lite On MacOS and Simulator

Paul Xiong
Mar 20, 2024

--

Clone flutter-tflite code from github

Launch Xcode with open Runner.xcworkspace undre ios

Choose a simulator, and build / launch the example:

The running example:

Simulator may running into this error often and couldn’t be fixed by quitting or rebooting the app or the machine.

u

Fix: remove this folder :

and recreate new simulator again:

Run it:

--

--

Paul Xiong
Paul Xiong

Written by Paul Xiong

Predicting the next word (token) is what powers ChatGPT, while predicting the next photo (embedding) forms the foundation of ImageGPT.