Skip to content

✨ Instant timestamped chapters for your YouTube videos with just one click! ✨

License

Notifications You must be signed in to change notification settings

felipetodev/gentleman-transcript

Repository files navigation

Gentleman Transcript

Run Locally

pnpm install

To run the example locally you need to:

  1. Download Ollama 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.