WLJS LogoWLJS Notebook

ImageIdentify

ImageIdentify[image] attempts to identify what image is a picture of.

ImageIdentify[image, category] restricts identification to objects within the specified category.

Examples

Identify an image:

img = ExampleData[{"TestImage", "Lena"}];
ImageIdentify[img]
(* Entity["Concept", "Woman::..."] *)

Get multiple candidates:

ImageIdentify[img, All, 5]

Please visit the official Wolfram Language Reference for more details.

On this page