Image Labeling Overview
README
Use our Image Labeling API to add semantic labels to your images. This model is trained to classify thousands of unique labels across a wide verity of categories.
Affordable Computer Vision
Easily integrate our Computer Vision API to add some Machine Learning magicโจ to your app. At inferdo, we pride ourselves in our ability to offer state-of-the-art, pre-trained deep learning models, but also our ability to efficiently serve them at scale. That means we can pass the savings on to you! Simply provide an image URL to our API and weโll handle the rest.
Use our Image Labeling API to add semantic labels to your images. This model is trained to classify thousands of unique labels across a wide verity of categories.
example request:
{
"url": "https://www.inferdo.com/img/label-1.jpg"
}
example response:
{
"Pet": 0.9887031873654483,
"Grass\": 0.982273607395529,
"Dog": 0.9808257471700607,
"Animal": 0.9578073153142023,
"Mammal": 0.9574545302451775,
"Green": 0.8972517591151322,
"Lawn": 0.8245252721572913,
"Meadow": 0.7151362063799676,
"Dog breed": 0.4819199130280332,
"Puppy": 0.4473387531030606
}