Video is an amazing medium for tutorials, but some people prefer to read content at their own pace in a blog post. So, it's a best practice to accompany every video tutorial with a companion blog post. But it's a lot of work to do so!
In this blog post, I'll show you the Relay.app workflow that we use ourselves to create blog posts from videos. In fact, this very blog post was created with this workflow.
Demo Video
Setup and Prerequisites
- Google Drive and Google Docs
- A Relay.app account
- An mp3 recording to use for testing, uploaded in Google Drive
What We'll Build
- A Relay.app workflow to turn audio recordings into transcripts
- The workflow that triggers when new audio files are added to Google Drive
- Then it uses OpenAI Whisper to create the transcription
- Finally it writes the transcript to another Google Doc
- A Relay.app workflow that turns a transcript into a blog post
- The workflow triggers when a new transcript is created
- Then, it uses Claude 3.5 Sonnet to draft the blog post
- Next, it writes the blog post to a Google Doc
- Finally it has a human-in-the-loop task to post the blog post
Step By Step Guide
Let's start with the first workflow that turns audio files into transcripts.
1. Set up the Trigger: Drive File Added to Folder
2. Set up the Transcription using OpenAI Whisper
3. Write the Transcript to a Google Doc
Next we'll turn this transcript into a blog post in a new Relay.app workflow.
4. Set up the Trigger: Drive File added to Folder
5. Add an AI Custom Prompt step with Claude 3.5 Sonnet
6. Write the Generated Blog Post into a Google Doc
7. Add a Human-in-the-loop Task to Publish the Blog Post
Conclusion
If you make videos and you want to save a ton of time turning them into blog posts, you can try out this workflow for free at Relay.app