I am experimenting with the Azure Computer Vision service and it is working well.
The only issue is that I want to be able to process 6,000 files relatively quick. Now Azure imposes a 10-Transaction Per Second limit which is fine, but how can I scale the service?
I was thinking of spinning up multiple instances, but it seems like an ugly way to solve this issue.
Please let me know the best way to tackle this issue.
Thanks!
