roberthgnz / vidtranscript

Generate automatic transcripts and subtitles for your videos with the help of the neural network-based.

Home Page:https://vidtranscript.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Generate automatic transcripts and subtitles for your videos with the help of the neural network-based.

https://vidtranscript.vercel.app


Languages

Language:Vue 78.7%Language:JavaScript 18.7%Language:HTML 1.9%Language:Shell 0.5%Language:CSS 0.3%