/mscs_image_content

Microsoft Cognitive Services:Computer Vision API

Primary LanguageR

#Starter Code for
Microsoft Cognitive Services: Image Content Analysis


Introduction

Currently there is no official R package for calling Microsoft Cognitive Services APIs from R. The Microsoft Cognitive Services API is a standard REST API which can be called by using the httr package. Input and output are standard JSON, which we can create and extract using the jsonlite package.

Image Content Analysis feature is powered by the Computer Vision API. It returns information about visual content found in an image. The algorithms use tagging, descriptions and domain-specific models to identify content and label it with confidence.

Here are some cool applications developed in R which are run by the powerful Microsoft Cognitive services algorithms.


Applications


1].Image content analysis : R shiny Application

MSCS_Image_Content_snapshot


2].Twitterbot powered by Microsoft Computer Vision algorithms: telltalebot

telltalebot in action