Core ML & Watson Visual Recognition

  1. Introduction
  2. Requirements
  3. Prepare your data
  4. Register your accounts
  5. Create a new project
  6. Understanding your project
  7. Creating a model
  8. Getting the code
  9. Configuring the application
  10. Testing the application
  11. Deploy app to iOS device
  12. Bonus: Improving your classifier
  13. What next?

Configuring the application



  1. Open the project directory in finder. You can do this with the following command
    open ..
    
  2. Then double click the QuickstartWorkspace.xcworkspace file to open the project in Xcode

  3. In Watson Studio, make your way back to your project’s Assets tab.
  4. Then open each of your models and copy the Model ID. Keep this handy for later.
  5. Open the associated visual recognition service.
  6. Navigate to the Credentials tab.
  7. Copy your “apikey” and keep it handy for later.
  8. Open the file called ImageClassificationViewController.swift and add your ModelID.
  9. Next, in the same file, add your api key.

Previous
Next