DEV Community

El Bruno for Microsoft Azure

Posted on • Originally published at elbruno.com on

#Azure Custom Vision – Local model viewer Sample in Python 🐍

Hi!

Create an object detection model in Azure Custom Vision and run the model locally in a desktop app in minutes.

This is a sample project to use an object detection model, created using Azure Custom Vision, locally in a desktop application. The model is extracted from the “Custom Vision Export to Docker – Linux” feature.

To build an Object Detection project, you can follow this tutorial: Quickstart: Build an object detector with the Custom Vision website

_ Disclaimer : This demo uses a virtual environment with Python 3.7 as is the required version to run some of the project dependencies._

Check the full repo and code here:

https://github.com/elbruno/CustomVisionPythonLocalViewer

demo of the app running identifying captain america shields

Happy coding!

Greetings

El Bruno

More posts in my blog ElBruno.com.

More info in https://beacons.ai/elbruno


Top comments (0)