Humaan Vision
Build your application can see the world
Enabling applications and services can see the world in the same way humans do to extract information and insights from images and videos
Tasks
Humaan Vision provides pre-trained and customized computer vision for analyzing and extracting information from your images and videos including categorize image, detecting objects, detecting the areas of interest, detecting landmarks of people, tracking of interested objects, and more.
Image classification is the task of analyzing and extracting information from images, identifying and assigning a label to an entire image with a set of predefined classes

1import requests
2
3endpoint = "https://api.humaan.ai/v1/intelligence/vision/image-classification"
4headers = {
5 "Authorization": "Bearer am9obkBleGFtcGxlLmNvbTphYmMxMjM",
6 "Content-Type": "application/json"
7}
8
9json = {
10 "image": "https://storage.googleapis.com/bucket/sample_image.png"
11}
12
13response = requests.post(endpoint, json=json, headers=headers)
14
15parse(response)
16
Be an Early Pioneer
Wanna try the Humaan.ai platform first? Request access today to start for free. No credit card required.