Generate automatic transcripts and subtitles for your videos with the help of the neural network-based. (Only english language is supported for now)
npm install
Requires Vercel CLI to use Vercel Edge Functions to generate transcripts and subtitles for your videos.
vercel login
vercel dev
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=
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).