cloudy_vision
cloudy_vision copied to clipboard
Cloudy Vision is an open source tool to test the image labeling capabilities of different computer vision API vendors.
I needed to do a comparison for computer vision APIs and found that cloudy_vision was mostly what I needed... but some APIs have changed recently so using it did not...
I made changes to make this code both python2 and python3 compatible. I replaced the `iteritems` with `items` - it doesn't do the same thing, but for very small lists...
Microsoft Vision API changed the URL
ClarifAI app accepts API key as argument in the constructor. I think that is better than putting the key in a `~/.clarifai/config` file. This way all configs can be in...
I'm getting an error using Cloudsight API, on windows. ``` Traceback (most recent call last): File "cloudy_vision.py", line 264, in process_all_images() File "cloudy_vision.py", line 198, in process_all_images api_result = vendor_module.call_vision_api(filepath,...
Can authorize clarifai directly rather than going for the installation with key parameters.
added support for Imagga vision api
Amazon
Is it hard to add another vendor Amazon Rekognition to your cloudy_vision project? https://aws.amazon.com/rekognition/
I was not aware of CloudSight's API... I liked it because it gives you a complete phrase and not chunks of words for the description. Although it looks costly at...