Posts

Showing posts from September, 2019

Using Microsoft Computer Vision API with curl

Microsoft provides a powerful online Computer Vision API which allows to analyze images and provide the JSON data with the following features: Objects on the image with bounding boxes and confidence: "rectangle":{"x":25,"y":132,"w":954,"h":776},"object":"fountain","confidence":0.561 Tags describing the image: "name":"nature","confidence":0.999956488609314 C ategories with general description: "name":"outdoor_water","score":0.9921875 Captions with text description of the image: "text":"a large waterfall over a rocky cliff", "confidence":0.91645835840611234 The full list of features is the following: https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fa Adult - detects if the image is pornographic in nature (depicts nudity or a sex act). Se