[
  {
      "id": "7fbd0b65.a9fb64",
      "type": "tab",
      "label": "Scene Classifier example flow",
      "disabled": false,
      "info": "This flow uses the https://developer.ibm.com/exchanges/models/all/max-scene-classifier/ deep learning model from the Model Asset Exchange to classify images according to the place/location labels in the Places365 data set. Refer to the documentation for information about the returned message.\n\nInstall the following two modules to run this example flow:\n - [node-red-contrib-model-asset-exchange](https://www.npmjs.com/package/node-red-contrib-model-asset-exchange)\n - [node-red-contrib-browser-utils](https://www.npmjs.com/package/node-red-contrib-browser-utils)\n \n> Note: The scene-classifier node has been pre-configured to use a hosted evaluation instance. We recommend using your own local or cloud instance for non-development use."
  },
  {
      "id": "e3e7d43a.641db8",
      "type": "debug",
      "z": "7fbd0b65.a9fb64",
      "name": "",
      "active": true,
      "tosidebar": true,
      "console": false,
      "tostatus": false,
      "complete": "true",
      "x": 610,
      "y": 120,
      "wires": []
  },
  {
      "id": "884f9fce.be57d",
      "type": "fileinject",
      "z": "7fbd0b65.a9fb64",
      "name": "",
      "x": 140,
      "y": 120,
      "wires": [
          [
              "f2af1f9b.8baa5"
          ]
      ]
  },
  {
      "id": "6988eedb.2f302",
      "type": "camera",
      "z": "7fbd0b65.a9fb64",
      "name": "",
      "x": 150,
      "y": 180,
      "wires": [
          [
              "f2af1f9b.8baa5"
          ]
      ]
  },
  {
      "id": "c785e84c.be4d58",
      "type": "comment",
      "z": "7fbd0b65.a9fb64",
      "name": "Classify images according to the place/location labels in the Places365 data set.",
      "info": "",
      "x": 320,
      "y": 40,
      "wires": []
  },
  {
      "id": "f2af1f9b.8baa5",
      "type": "scene-classifier",
      "z": "7fbd0b65.a9fb64",
      "service": "39a2e445.d7a41c",
      "method": "predict",
      "predict_image": "",
      "predict_imageType": "str",
      "name": "",
      "x": 359.5,
      "y": 120,
      "wires": [
          [
              "e3e7d43a.641db8"
          ]
      ]
  },
  {
      "id": "39a2e445.d7a41c",
      "type": "scene-classifier-service",
      "z": "",
      "host": "https://max-scene-classifier.codait-prod-41208c73af8fca213512856c7a09db52-0000.us-east.containers.appdomain.cloud",
      "name": "cloud"
  }
]