Airtable-Automator / automl-training

AutoML Training is an Airtable Block that helps you build custom machine learning models on AutoML from within your Airtable Base.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

automl-training

AutoML Training is an Airtable Block that helps you build custom machine learning models on AutoML from within your Airtable Base.

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

Features

  • Create Datasets on AutoML
  • Upload images from the base to Cloud Storage
  • Import data Dataset into AutoML
  • Trigger Image Classification Model training on AutoML

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 Training is an Airtable Block that helps you build custom machine learning models on AutoML from within your Airtable Base.

License:MIT No Attribution


Languages

Language:TypeScript 98.6%Language:JavaScript 1.4%