Custom Denoising Model
Integrate your own trained audio denoising model.
How It Works
- First, train your own audio denoising model using the Python scripts and instructions you provided.
- Deploy your trained model as a web service (e.g., to Google Cloud Run). This will give you an endpoint URL.
- Paste that URL into the "Custom Model Endpoint URL" field above.
- Upload an audio file. When you click "Process Audio", the app simulates uploading the file to a cloud storage bucket.
- It then calls a Genkit flow, which in turn calls your deployed Python model's API with the storage location of the audio.
- Your model processes the audio and saves the result back to cloud storage, returning the new location.
- The result is then displayed here for you to play and download.