https://github.com/felipetodev/gentleman-transcript
✨ Instant timestamped chapters for your YouTube videos with just one click! ✨
https://github.com/felipetodev/gentleman-transcript
clerk drizzle-orm langchain nextjs14 ollama openai stripe tailwindcss turso vercel-ai-sdk
Last synced: 6 months ago
JSON representation
✨ Instant timestamped chapters for your YouTube videos with just one click! ✨
- Host: GitHub
- URL: https://github.com/felipetodev/gentleman-transcript
- Owner: felipetodev
- License: agpl-3.0
- Created: 2024-04-26T19:58:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T16:05:21.000Z (over 1 year ago)
- Last Synced: 2025-03-26T09:03:21.425Z (7 months ago)
- Topics: clerk, drizzle-orm, langchain, nextjs14, ollama, openai, stripe, tailwindcss, turso, vercel-ai-sdk
- Language: TypeScript
- Homepage: https://gentleman-transcript.vercel.app
- Size: 163 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gentleman Transcript
## Run Locally
```bash
pnpm install
```To run the example locally you need to:
1. [Download Ollama](https://ollama.ai/download) and install it locally.
2. run `ollama run llama3` to download and install the model locally (Requires 4.7GB and 8GB of RAM)
3. Open http://localhost:11434 to check if _Ollama is running_.
4. `pnpm install` to install the required dependencies.
5. `pnpm dev` to launch the development server.