Skip to content

livekit-examples/transcription-frontend-groq

Repository files navigation

LiveKit logo

Next.js Groq Transcription Frontend

Deploy a sandbox appLiveKit Agents DocsLiveKit CloudBlog

A basic example of a speech transcription frontend using LiveKit.

Dev Setup

Clone the repository and install dependencies to a virtual environment:

cd transcription-frontend-groq
pnpm install

Set up the environment by copying .env.example to .env.local and filling in the required values:

  • LIVEKIT_URL
  • LIVEKIT_API_KEY
  • LIVEKIT_API_SECRET

You can also do this automatically using the LiveKit CLI:

lk app env --write

Run the app:

pnpm dev

This app requires a transcription agent to communicate with. You can use one of our example agents in livekit-examples, or create your own following one of the transcription guice.