Create an iOS phone application that sorts waste into three categories (landfill, recycling, compost) using a Watson Visual Recognition custom classifier
Can someone please help to explain what other API endpoint can be used if you're not located in US-South? Thanks!
1. Create your visual recognition service
First, we need to clone this repository
git clone https://github.com/IBM/watson-waste-sorter
cd watson-waste-sorter
Then, we need to login to the Cloud Foundry CLI.
cf login -a https://api.ng.bluemix.net # Please use a different API endpoint if your IBM Cloud account is not in US-South
Next, provision a Lite tier Visual Recognition Service and name it wws-visual-recognition. You can provision it using the above link or the command below.
cf create-service watson_vision_combined lite wws-visual-recognition
Hi!
Can someone please help to explain what other API endpoint can be used if you're not located in US-South? Thanks!