goberoi / cloudy_vision

Cloudy Vision is an open source tool to test the image labeling capabilities of different computer vision API vendors.
MIT License
230 stars 64 forks source link

Updated vendors and added features #12

Open christianroy opened 6 years ago

christianroy commented 6 years ago

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 work for those vendors. I updated the code (and configs) to work with the latest versions of the Clarifai, IBM and Microsoft APIs.

I also added an option to get IBM results in other languages (they default to English, but they support many others).

Finally, for those vendors providing color information from the images, I added that information in the report.

Let me know if you think this is useful for others...

goberoi commented 6 years ago

Wow, this is phenomenal, thank you!

I will try to review in the coming days and merge into master.