Skip to content

Commit dff6d8e

Browse files
committed
updated step 9 for new repo
1 parent 4e19acb commit dff6d8e

4 files changed

Lines changed: 26 additions & 32 deletions

File tree

_advanced/9_configuring-the-application.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ date: 2018-01-09
77
```bash
88
open .
99
```
10-
1. Then double click the `Core ML Vision.xcodeproj` file to open the project in Xcode
11-
![](assets/9_0_open_project.png)
10+
1. Then double click the `Core ML Vision Custom.xcodeproj` file to open the project in Xcode
11+
![](assets/step_9_open_project.png)
1212
1. In Watson Studio, make your way back to your project's **Assets** tab.
1313
![](assets/9_1_project_assets.png)
1414
1. Then open your model and copy your **ModelID**. Keep it handy for later.
@@ -19,7 +19,7 @@ date: 2018-01-09
1919
![](assets/9_4_credentials.png)
2020
1. Copy your **"apikey"** and keep it handy for later.
2121
![](assets/9_5_api_key.png)
22-
1. Open the file called `CameraViewController.swift` and add your ModelID.
23-
![](assets/9_6_add_model_id.png)
24-
1. Then open the file called `Credentials.plist` and add your api key.
25-
![](assets/9_7_add_api_key.png)
22+
1. Open the file called `ImageClassificationViewController.swift` and add your ModelID.
23+
![](assets/step_9_add_model_id.png)
24+
1. Next, in the same file, add your api key.
25+
![](assets/step_9_add_api_key_single_model.png)

_arduino/9_configuring-the-application.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,19 @@ date: 2018-01-09
77
```bash
88
open .
99
```
10-
1. Then double click the `Core ML Vision.xcodeproj` file to open the project in Xcode
11-
![](assets/9_0_open_project.png)
10+
1. Then double click the `Core ML Vision Custom.xcodeproj` file to open the project in Xcode
11+
![](assets/step_9_open_project.png)
1212
1. In Watson Studio, make your way back to your project's **Assets** tab.
1313
![](assets/arduino_data_assets_list.png)
14-
1. Then open your model and copy your **ModelID**. Keep it handy for later.
14+
1. Then open your model and copy your **ModelID**s. Keep them handy for later.
1515
![](assets/arduino_model_id.png)
1616
1. Open the associated visual recognition service.
1717
![](assets/arduino_associated_service.png)
1818
1. Navigate to the **Credentials** tab.
1919
![](assets/arduino_credentials.png)
2020
1. Copy your **"apikey"** and keep it handy for later.
2121
![](assets/arduino_api_key.png)
22-
1. Open the file called `CameraViewController.swift` and add your ModelIDs. They should be added as follows:
23-
```
24-
static let modelIds = ["Arduino_Part_Id_461417312","Arduino_Fault_1907642704"]
25-
```
26-
![](assets/9_6_add_model_id.png)
27-
1. Then open the file called `Credentials.plist` and add your api key.
28-
![](assets/9_7_add_api_key.png)
22+
1. Open the file called `ImageClassificationViewController.swift` and add your ModelIDs.
23+
![](assets/step_9_add_model_ids.png)
24+
1. Next, in the same file, add your api key.
25+
![](assets/step_9_add_api_key.png)

_multiple/9_configuring-the-application.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,19 @@ date: 2018-01-09
77
```bash
88
open .
99
```
10-
1. Then double click the `Core ML Vision.xcodeproj` file to open the project in Xcode
11-
![](assets/9_0_open_project.png)
10+
1. Then double click the `Core ML Vision Custom.xcodeproj` file to open the project in Xcode
11+
![](assets/step_9_open_project.png)
1212
1. In Watson Studio, make your way back to your project's **Assets** tab.
1313
![](assets/arduino_data_assets_list.png)
14-
1. Then open your model and copy your **ModelID**. Keep it handy for later.
14+
1. Then open your model and copy your **ModelID**s. Keep them handy for later.
1515
![](assets/arduino_model_id.png)
1616
1. Open the associated visual recognition service.
1717
![](assets/arduino_associated_service.png)
1818
1. Navigate to the **Credentials** tab.
1919
![](assets/arduino_credentials.png)
2020
1. Copy your **"apikey"** and keep it handy for later.
2121
![](assets/arduino_api_key.png)
22-
1. Open the file called `CameraViewController.swift` and add your ModelIDs. They should be added as follows:
23-
```
24-
static let modelIds = ["Arduino_Part_Id_461417312","Arduino_Fault_1907642704"]
25-
```
26-
![](assets/9_6_add_model_id.png)
27-
1. Then open the file called `Credentials.plist` and add your api key.
28-
![](assets/9_7_add_api_key.png)
22+
1. Open the file called `ImageClassificationViewController.swift` and add your ModelIDs.
23+
![](assets/step_9_add_model_ids.png)
24+
1. Next, in the same file, add your api key.
25+
![](assets/step_9_add_api_key.png)

_simple/9_configuring-the-application.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ date: 2018-01-09
77
```bash
88
open .
99
```
10-
1. Then double click the `Core ML Vision.xcodeproj` file to open the project in Xcode
11-
![](assets/9_0_open_project.png)
10+
1. Then double click the `Core ML Vision Custom.xcodeproj` file to open the project in Xcode
11+
![](assets/step_9_open_project.png)
1212
1. In Watson Studio, make your way back to your project's **Assets** tab.
1313
![](assets/9_1_project_assets.png)
1414
1. Then open your model and copy your **ModelID**. Keep it handy for later.
@@ -19,7 +19,7 @@ date: 2018-01-09
1919
![](assets/9_4_credentials.png)
2020
1. Copy your **"apikey"** and keep it handy for later.
2121
![](assets/9_5_api_key.png)
22-
1. Open the file called `CameraViewController.swift` and add your ModelID.
23-
![](assets/9_6_add_model_id.png)
24-
1. Then open the file called `Credentials.plist` and add your api key.
25-
![](assets/9_7_add_api_key.png)
22+
1. Open the file called `ImageClassificationViewController.swift` and add your ModelID.
23+
![](assets/step_9_add_model_id.png)
24+
1. Next, in the same file, add your api key.
25+
![](assets/step_9_add_api_key_single_model.png)

0 commit comments

Comments
 (0)