Perform the following steps to create a new iOS app and add TensorFlow Lite support to it, using a prebuilt TensorFlow Lite model for image classification:
- Create a new Xcode iOS project with Single View called HelloTFLite, set Objective-C as the language, then add the ios_image_load.mm and ios_image_load.h files from the tensorflow/contrib/lite/examples/ios folder to the project.