Skip to content

appdevgbb/power-apps-custom-vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Power Apps Custom Vision Demo 🦝 🐍 🐈 👀

Demo of Power Apps + Custom Vision Object Detection

Architecture Diagram

Prerequisites 📝

  • Custom Vision Object Detection Project:
    • Quickstart
    • Train your models
    • Publish the most recent iteration of the Prediction API and note the published-name on the Performance page.
    • Under the Settings menu, also note the Project ID.
  • Access to Power Apps + premium connectors:
  • Create Azure Blob Storage container for images

Setup Power App 🔧

  • Import Power Apps solution in this repository.
  • When you import the solution, it will prompt for creation of connections for Azure Blob Storage and Custom Vision. Create the connections and be sure they are selected.
  • When you open the application, it will also ask you to allow access to these connections.
  • Replace global variables:
    • Open the Custom Vision application in Power Apps. In App > OnStart, set the published name of the Prediction API, the project ID from Custom Vision, the name of the Azure Blob Storage instance, and the path of folder where the images are contained.
    • Save the Canvas Application, close and reopen the application to refresh the global variables.

Screen capture from Custom Vision Portal


Screen capture from Power Apps Variables

Using the Power App 🤹

  • Select an image to upload within the application and press the Detect Objects button to show the bounding boxes around the image and the object classifications.

Application Demo


Additional Resources 🎁

About

Demo of Power Apps + Custom Vision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published