Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roberthgnz/vidtranscript
Generate automatic transcripts and subtitles for your videos with the help of the neural network-based.
https://github.com/roberthgnz/vidtranscript
ai cloudinary project video-to-text
Last synced: about 17 hours 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/roberthgnz/vidtranscript
- Owner: roberthgnz
- Created: 2023-02-21T19:12:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T19:04:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T20:39:21.336Z (5 days ago)
- Topics: ai, cloudinary, project, video-to-text
- Language: Vue
- Homepage: https://vidtranscript.vercel.app
- Size: 7.59 MB
- Stars: 11
- Watchers: 2
- 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).