| name | illuminate-podcast-pipeline |
| description | Trigger the Google Illuminate Podcast Pipeline to ingest a document (e.g., research paper) and synthesize a dynamic, informative, conversational podcast. |
Illuminate Podcast Pipeline
Goal: Transform static text documents into synthesized, multi-speaker conversational audio summaries mimicking a professional podcast.
Background Context
Google Illuminate uses advanced generative audio and LLM summarization techniques to turn heavy documentation or research papers into engaging audio content. This skill acts as the headless trigger for this pipeline.
Execution Steps
-
Source Identifiction:
- Identify the source material (e.g., PDF path, web URL, or Markdown file).
-
Trigger Illuminate Pipeline:
- Dispatch the input to the simulated Illuminate proxy command.
echo "Triggering Illuminate Pipeline on source material..."
python3 scripts/illuminate_proxy.py --input source.md --output podcast.mp3
-
Verification:
- Ensure the output
.mp3 is successfully generated and provide the path to the user.