https://github.com/parassolanki/transcribe
A simple tool to get the transcripts and chapters of YouTube videos with AI.
https://github.com/parassolanki/transcribe
aisdk react tanstack typescript
Last synced: 2 months ago
JSON representation
A simple tool to get the transcripts and chapters of YouTube videos with AI.
- Host: GitHub
- URL: https://github.com/parassolanki/transcribe
- Owner: ParasSolanki
- Created: 2025-02-20T14:21:06.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T14:25:08.000Z (2 months ago)
- Last Synced: 2025-02-20T15:30:58.167Z (2 months ago)
- Topics: aisdk, react, tanstack, typescript
- Language: TypeScript
- Homepage:
- Size: 738 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Transcripts/Chapters
A simple tool to get the transcripts and chapters of YouTube videos with AI.
## Installation
Install the dependencies
```shell
pnpm install
```## Run locally
Run the development server
```shell
pnpm dev
```