1. Home
  2. Nvision: Cloud Machine Learning Services
  3. Machine Learning Services
  1. Home
  2. Overview
  3. Machine Learning Services

Machine Learning Services

The followings are services provided by Nvision API that enables machine learning services to extract insightful information from images with simple and easy to use APIs.

1. Object Detection

Localize and identify multiple objects in the image such as people, animals, vehicles, furniture, etc.

Credits: photo by Ernest Ojeh on Unsplash
{
    "detected_objects": [
        {
            "confidence": 0.8327999711036682,
            "parent": "accessory",
            "bounding_box": {
                "left": 246,
                "right": 303,
                "top": 520,
                "bottom": 605
            },
            "name": "backpack"
        },
        ...
        {
            "confidence": 0.6195999979972839,
            "parent": "Object",
            "bounding_box": {
                "left": 595,
                "right": 641,
                "top": 64,
                "bottom": 230
            },
            "name": "traffic light"
        }
    ]
}

Object detection is a pre-trained machine learning service that deals with detecting instances of semantic objects of 80 common classes from the COCO dataset. The service has applications in many areas of computer vision, including image search, and video surveillance analytics.

2. Image Tagging & Categorization

Suggest top relevant tags to the image content from over a thousand tags in the database and classify the image into specified categories.

3. Object Tracking

Track the movement of objects in video sequences. For example, it can be used to analyze walking directions of customers in the store.

4. Face Detection

Detect and count the number of faces in the image

5. Facial Analysis

Identify facial landmarks such as eyes, nose and mouth, estimate angles of the face, and analyze emotions or facial expressions such as smiling, sad, or surprised.

6. Demographic Recognition

Identify demographic information such as nationality, gender, and age range from the face.

7. Facial Recognition

Recognize faces and identify multiple people at the same time. Or opt to only extract the embedding features of the face for later comparison without having to collect customer information for privacy protection.

8. Face Comparison

Find people in videos or a set of pictures and Compare the similarities between faces.

Using web demo

Try the API by using your own image and receiving visualized prediction results. https://www.nipa.cloud/en/products/nvision

Was this article helpful?

Related Articles