A PHP wrapper for Microsoft Azure computer vision
Usage:
You need to get an Azure API key from https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/
Add your API key in azure.php
public function __construct(){
$this->subscription_key="API KEY GOES HERE";
*Replace the URLs incase the one given on signup differs with that in the script.