I want to use the visual Recognition from IBM (Classify an image) by using python 3.7 but it gives this error :
main:3: DeprecationWarning: VisualRecognitionV3 is a deprecated function. watson-developer-cloud moved to ibm-watson
Whatever I try to do it gives the same error :
import json
from watson_developer_cloud import VisualRecognitionV3
visual_recognition = VisualRecognitionV3(
'2018-03-19',
iam_apikey='API_KEY')