cedws / finch

A proof-of-concept for enhancing and organising an image collection using Google's Vision API
GNU General Public License v3.0
0 stars 1 forks source link

Use gRPC instead of REST API. #17

Open cedws opened 6 years ago

cedws commented 6 years ago

The gRPC offers increased performance, and no 10MB request body limit like the REST API has. This also means we can avoid provisioning a storage Bucket for the sake of circumventing these limits.