Airtable-Automator / automl-prediction

AutoML Prediction is an Airtable Block that helps you make predictions using custom models deployed on AutoML directly within Airtable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

automl-prediction

AutoML Prediction is an Airtable Block that helps you invoke predictions of custom models built and deployed on AutoML.

You can find the demo of this block as part of this video presentation.

Caveats

As stated in the documentation, AutoML currently supports only service account based authentication to their APIs. Hence this block would need a service account email address and private key configured before it can be used. As with any block configurations on Airtable, these will be accessible to all the collaborators of the base.

Also because of Google Cloud's lack of browser support for their client SDKs and CORS Headers, you need a proxy running in order to access the Google Cloud Services. We've a ready to use docker container that sets up an nginx with HTTPS Certificates for this purpose. You can check them out at https://github.com/ashwanthkumar/gcloud-proxy-cors.

License

MIT

About

AutoML Prediction is an Airtable Block that helps you make predictions using custom models deployed on AutoML directly within Airtable.

License:MIT No Attribution


Languages

Language:TypeScript 97.9%Language:JavaScript 2.1%