Jump to content

AI Image Recognition

From Resco's Wiki
Revision as of 15:07, 10 September 2019 by Jzambor (talk | contribs) (Created page with "{{Beta}} Resco can integrate with Azure's Custom Vision service to classify images. This function requires a connection to the Internet to access Azure servers that perform...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Warning This page describes a function that has not yet been publicly released, or has been released in beta / preview quality. Subject to change.

Resco can integrate with Azure's Custom Vision service to classify images.

This function requires a connection to the Internet to access Azure servers that perform the necessary image analysis.

Set up connection to Azure services

  1. Edit an app project and select Settings > AI Vision from the Project menu.
  2. Click New to define a new model.
  3. As Name, enter the name of the configuration model.
  4. As Entity, enter the entity where the model should be used.
  5. As Service type, use Azure.
  6. For Prediction key and URL, use the values from your Azure Custom Vision site.
  7. Click OK to save the model.

You can define multiple models as needed.

Use case: Find a record in a view

For entities that include a barcode field and have at least one model created, there's an additional button in the views for AI Vision. It allows you to take a photo. The picture is then analyzed by Azure. If the resulting tag equals the primary name of a record in the list, that record is opened. In effect, this is similar to barcode scanning, using image tag instead of a barcode for record identification.

Use case: Place image classifier to a field in a form

TBD