I want to do some Analytics on the image hosted on the cloud using IBM Watson Visual recognition. Currently I am downloading the image and storing it locally and then give it to the Watson visual Recognition service. I dont want to download the image locally.I am using JAVA

2

There are 2 best solutions below

1
On

In order to create classifiers with Visual Recognition, you do not need to download the images locally; you only need to call the endpoint with the positive and negative examples. I suggest writing a script to gather the image data, zip it up, and then call the classifier creation endpoint from a server in the cloud.

0
On

Currently the functionality you are requesting is not possible today.

I've added it to our backlog, as your request makes complete sense!