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.
Do you have any questions? Send a message to [email protected]
You are welcome to fix errors or suggest additions by creating pull requests.