Jed
Jed3mo ago

google cloud storage

I want to route an audio file from the frontend to some audio classification models on the backend for classification. My audio classification models are on google cloud storage bucket. What do I need to do? Does buildship work with google cloud storage?
1 Reply
AI Support
AI Support3mo ago
BuildShip does indeed support integration with Google Cloud Storage. To route an audio file from the frontend to your audio classification models on the backend, you can follow these steps: 1. Upload the Audio File to Google Cloud Storage: Use the appropriate BuildShip node to upload the audio file to your Google Cloud Storage bucket. 2. Trigger the Audio Classification Model: Once the file is uploaded, trigger your audio classification model using the relevant BuildShip nodes. You can find detailed documentation on how to integrate Google Cloud Storage with BuildShip in the following link: BuildShip Google Cloud Storage Integration
Storing Files using GCP File Storage – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.