Azure Cloud Platform
Computer Vision API
Computer Vision API gives developers an opportunity to use advanced image processing algorithm which processes an image and returns information. Based on input and user choices Microsoft Computer Vision algorithm can analyze the image in many ways, you just need to upload or specify URL of an image.
Imaged can be analyzed to:
- Tag images based on content.
- Recognize domain-specific content.
- Generate content description.
- Recognize printed text in images by using optical character found in images.
- Recognize text written by hands.
- Distinguish color schemes.
- Categorize images.
- Type and quality identification of images.
- Human faces detection and returning their coordinates.
- Detecting adult content.
- Cropping images to use as thumbnails.
Requirements:
- Raw image or image URL is needed.
- Image format supported: GIF, BMP, JPEG, PNG.
- Image file size limit is 4MB.
- Dimension should be greater than 50 X 50 pixel.
Next
Must Read Article
How to create a VM instance in Azure
In this Tutorial we are going to launch a Virtual Machine in azure.
How to install WordPress on VM instance in Azure
Before you start installing WordPress on VM instance on Azure. You must log in into the machine. You can launch a VM Instance in Azure using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.

How to launch a VM instances in Google Cloud
In this tutorial we are going to launch a Compute Egine instance.

How to install WordPress on VM instance in Google Cloud
Before you start installing WordPress on VM instance on Google Cloud. You must log in into the machine. You can launch a VM Instance on Google Cloud using this tutorial. After launch of machine log in into the machine using SSH. If you do not know how to SSH in VM instance you can follow this tutorial.

How To Launch EC2 Machine
In this article we are going to learn how to launch a EC2 instance. For this you need to have AWS account.

How to install WordPress on ec2 machine
Before you start installing WordPress on ec2 machine. You must log in into the machine.