Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.03 KB

File metadata and controls

43 lines (29 loc) · 1.03 KB

Vidtranscript

Generate automatic transcripts and subtitles for your videos with the help of the neural network-based. (Only english language is supported for now)

Installation

npm install

Requirements

Requires Vercel CLI to use Vercel Edge Functions to generate transcripts and subtitles for your videos.

vercel login

Development

vercel dev

Environment Variables

Create a .env file in the root directory and add the following variables:

Note: You can get the values for the following variables from your Cloudinary dashboard.

# .env
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_PRESET=
CLOUDINARY_API_KEY=
CLOUDINARY_SECRET=
CLOUDINARY_URL=

Recommended IDE Setup