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?

Getting the code



  1. From Launchpad search for terminal and click the icon to open the application
  2. Clone the project with the following command
    git clone https://github.com/watson-developer-cloud/visual-recognition-coreml.git
    

  3. Change into the project directory with the following command
    cd visual-recognition-coreml/Core\ ML\ Vision\ Custom
    

  4. Now we will gather the Watson SDK by executing the following command:
    pod install
    

Previous
Next