This repository contains a collection of workflows in .json format that can be easily imported into n8n. These workflows are designed to automate various tasks and processes, making it easier to integrate and manage your data.
Description: This sub-workflow processes audio files by taking the file path as input. It evaluates the file size, and if the size exceeds 20MB, it segments the audio into smaller parts. These segments are then transcribed using the Gemini transcription service. The workflow ensures efficient handling of large audio files for transcription purposes.
- Open your n8n instance.
- Import the desired workflow
.jsonfile. - Configure the workflow parameters as needed.
- Execute the workflow.
This project is licensed under the MIT License.