Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.64 KB

experimental.md

File metadata and controls

40 lines (24 loc) · 1.64 KB

Experimental

USE AT YOUR OWN RISK

We don't guarantee the stability of this data. That being said, there is some fun stuff to play with here. This endpoint does not cover all object records. The data is a result of machine processing data and images through external services including Google Vision, Microsoft Cognitive Services, Imagga, and Clarifai. We are using the services to perform face detection, text detection, color analysis, and automatic feature detection/tagging of images. We have not created training sets for these services. We are feeding in our images and data as-is to see what comes out.

Get experimental objects

GET /experimental/object will get all experimental data for objects.

Examples

https://api.harvardartmuseums.org/experimental/object?q=images.googlevision.responses.faceAnnotations.joyLikelihood:VERY_LIKELY
Returns all records for object that were processed with Google Vision and contain a person's face expressing joy.

Response

[SAMPLE RESPONSE GOES HERE]

Get experimental object

GET /experimental/object/OBJECT_ID will get the full experimental record of the specified object.

Examples

https://api.harvardartmuseums.org/experimental/object/155597
Returns the full record for the object with ID 155597.

Response

[SAMPLE RESPONSE GOES HERE]

Example projects

Machine Tag Explorer
A simple rendering of the data produced by machine processing photographs.