- Visual Studio 2022 (installed on a Mac machine)
- An iOS Simulator running iOS 12 or above
- Clone the TensorFlow examples GitHub repository to your computer to get the
demo
application.
git clone https://github.com/v-hogood/TensorFlowLiteExamples
At the end of this step you should have a directory calledTensorFlowLiteExamples
. - Open the solution in Visual Studio with the following command:
open TensorFlowLiteExamples.iOS.sln
This launches Visual Studio and opens theTensorFlowLiteExamples.iOS
solution. - Select the
Run
button to install the app on an iOS Simulator or a physical device.