/plushcap/analysis/deepgram/transcribe-youtube-videos-nodejs

Transcribe YouTube Videos with Node.js

What's this blog post about?

In this article, Kevin Lewis demonstrates how to transcribe YouTube videos using Node.js and Deepgram's Speech Recognition API. The process involves downloading the video, converting it to an mp3 audio file, generating a transcript with Deepgram, storing the transcript in a text file, and deleting the media file. Key packages required for this project include @deepgram/sdk, ffmpeg-static, and youtube-mp3-downloader. The final project code can be found at https://github.com/deepgram-devs/youtube-transcripts.

Company
Deepgram

Date published
Nov. 1, 2021

Author(s)
Kevin Lewis

Word count
675

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.