Skip to content

deepgram-devs/transcribe-videos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcribe Videos with Node.js

This is a barebones project which transcribes either local or remote video files with Deepgram's AI Speech Recognition API.

This project accompanies a blog post available on the Deepgram website, here.

Setup

git clone https://github.com/deepgram-devs/transcribe-videos.git
cd transcribe-videos
npm install

Set your DG_KEY environment variable or replace process.env.DG_KEY with your key.

Usage

Uncomment either the transcribeLocalVideo() or transcribeRemoveVideo() calls at the top of index.js and run with:

node index.js

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •