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?

Testing the application



Now we’re ready to test! First we’ll make sure the app builds on our computer, if all goes well, the simulator will open and the app will display. Since the simulator does not have access to a camera, and the app relies on the camera to test the classifier, we will also deploy the app to an iPhone (in the next step).

  1. Select the Core ML Vision Custom scheme and choose a phone option from the dropdown.

  2. Click on the Build and run icon at the top left to test the application in the simulator.


Previous
Next