https://github.com/rxb3rth/vidtranscript
Generate automatic transcripts and subtitles for your videos with the help of the neural network-based.
https://github.com/rxb3rth/vidtranscript
ai cloudinary project video-to-text
Last synced: about 1 year ago
JSON representation
Generate automatic transcripts and subtitles for your videos with the help of the neural network-based.
- Host: GitHub
- URL: https://github.com/rxb3rth/vidtranscript
- Owner: rxb3rth
- Created: 2023-02-21T19:12:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T19:04:25.000Z (over 3 years ago)
- Last Synced: 2025-04-07T04:48:30.696Z (about 1 year ago)
- Topics: ai, cloudinary, project, video-to-text
- Language: Vue
- Homepage: https://vidtranscript.vercel.app
- Size: 7.59 MB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
npm install
```
## Requirements
Requires [Vercel CLI](https://vercel.com/download) to use Vercel Edge Functions to generate transcripts and subtitles for your videos.
```bash
vercel login
```
## Development
```bash
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](https://cloudinary.com/console).
```bash
# .env
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_PRESET=
CLOUDINARY_API_KEY=
CLOUDINARY_SECRET=
CLOUDINARY_URL=
```
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).