The Youtube to text Plugin allows users to retrieve a text output of a Youtube video.
- Converts YouTube video links into text format using OpenAI’s Whisper model
- Leverages Whisper’s advanced AI for precise and reliable transcription
- Extracts and saves the video's audio as a WAV and MP3 file under the agent/data folder
pnpm install @elizaos/plugin-youtube-to-text
- Clone the repository
- Install dependencies:
pnpm install
- Build the plugin:
pnpm run build
- Run tests:
pnpm test