Skip to content

This repository contains examples of differents cognitives services that using artificial intelligence to predict things in images.

License

Notifications You must be signed in to change notification settings

visual-data-science/Cognitives-Services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cognitive Services

This project aims to test and present several tools for the classification of images.

Computer Vision API is an artificial intelligence tool from Microsoft to analyze images. This tool is capable of performing visual analysis on images, detecting various characteristics such as the image's category, people, tags, colors, whether the content is adult or not. There is an article on Medium (Portuguese) that explain how this service works.

Custom Vision is a Microsoft service used for image classification. This service is a new version of Microsoft’s Computer Vision API that allows users to specialize a pre-trained model (ResNet, AlexNet) using images they want to sort. There is an article on Medium (Portuguese) that explain how this service works.

Video Indexer is a Microsoft beta service used to detection of objects in videos.

Support

Do you have any questions? Send a message to msgrubler@gmail.com

Contribute to this Project

You are welcome to fix errors or suggest additions by creating pull requests.