Skip to content

Want to learn how to identify the content of an image?

Notifications You must be signed in to change notification settings

robrich/AnalyzeImage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyzing images

There are many ways to analyze images. In this repository we share resources for three approaches

  1. Using Computer Vision API
  2. Using Custom Vision Service
  3. Training your own model

Before you try training your own model to analyze images, you should check if an existing Computer Vision API will meet your needs. This repository contains code samples and links to resources for using the Azure Computer Vision API

Sometimes the obejct or scenario we want to recognize in an image is not one existing Computer Vision APIs are trained to recognize. The Custom Vision Service allows you to train a model using new images with an easy to use service. This repository contains code samples and links to resources for using Azure Custom Vision Service.

There are many scenarios where the Computer Vision API or Custom Vision Service will not meet your needs and you will need to train your own model. This required a higher degree of coding and skill. This repository contains suggested tutorials and resources for training your own model.

About

Want to learn how to identify the content of an image?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%