resnet-50
Image Classification • Microsoft50 layers deep image classification CNN trained on more than 1M images from ImageNet
Usage
Workers - TypeScript
curl
Parameters
Input
-
0
stringThe image to classify
-
1
object-
image
arrayAn array of integers that represent the image data constrained to 8-bit unsigned integer values
-
items
numberA value between 0 and 255 (unsigned 8bit)
-
-
Output
-
items
object-
score
numberA confidence value, between 0 and 1, indicating how certain the model is about the predicted label
-
label
stringThe predicted category or class for the input image based on analysis
-
API Schemas
The following schemas are based on JSON Schema