We won't bore you by repeating the project setup step - just follow what we did before to create a new Objective-C project named StockPrice that will use the manually built TensorFlow library (see the iOS section of Chapter 7, Recognizing Drawing with CNN and LSTM, if you need detailed info). Then add the two amzn_tf_frozen.pb and amzn_keras_frozen.pb model files to the project and you should have your StockPrice project in Xcode, as in Figure 8.3:
In ViewController.mm, we'll first declare some variables and one constant: ...