-
Notifications
You must be signed in to change notification settings - Fork 79
How to use AI to blog from Audio
Alwrity, AI writer transcribes/translates audio files into unique blogs. One can provide the following inputs and convert them into blogs:
-
Youtube video URL links - Simple copy and paste the youtube video link and Alwrity will convert it into blog.
-
File path to local audio files - If you have audio files locally saved on your desktop or laptop, simply pass the file location to convert it into text blog content.
-
Alwrity handles videos longer than the context limit of the Whisper API by dividing the video into 10-minute segments, transcribing each segment individually, and then combining the results.
-
TBD: Include other sources such google drive, vimeo, etc
Click to Know More about model details, languages supported, features Getting Started with Alwrity
Alwrity steps to generate blog from audio: 1). Download the audio file, if URL is given. Read the audio file, if filepath is given. 2). Check the size of audio and chunk it, if it exceeds 26mb, openai restrictions. 3). Pass the transcript to LLM to convert into blog. 4). Do a google search for the youtube title. 5). Enhance the blog from step 3 with latest google results. 6). Output the final blog with blog metadata.