Skip to content

Computer vision projects with Azure Custom Vision. Published on my blog.

Notifications You must be signed in to change notification settings

sfoteini/azure-custom-vision

Repository files navigation

Azure Custom Vision Projects

Computer vision projects with Azure Custom Vision (Source code and tutorials)

Build a flower classification model with Azure Custom Vision

Tutorial Tutorial Source code Images Sketch note: Image Analysis Overview

In this article, you will build and deploy an image classification model for flower classification with the Azure Custom Vision service.


Object detection model for grocery checkout with Azure Custom Vision

Tutorial Source code Images Sketch note: Image Analysis Overview

In this article, we will build a Custom Vision object detection system for a grocery store that identifies different vegetables.


Saving Santa Claus with Azure Custom Vision and Python

Tutorial Tutorial Source code Images Sketch note: Image Analysis Overview

In this article, we will build and deploy a festive Custom Vision object detection model to help the Christmas elves find Santa Claus.


Identify plant leaf diseases with the Custom Vision SDK for Python

Tutorial Source code Images

In this article, you will build and deploy an image classification model for identifying tomato leaf diseases using the Custom Vision SDK for Python.


Use a TensorFlow model exported from Azure Custom Vision

Tutorial Source code Sketch note: Image Analysis Overview

In this article, you will learn how to export a Custom Vision model in TensorFlow format for use with Python apps.


Export a Custom Vision model using the Python SDK

Tutorial Source code

In this article, you will learn how to export a Custom Vision model programmatically using the Python client library.