Deploy a sandbox app • LiveKit Agents Docs • LiveKit Cloud • Blog
A basic example of a speech transcription frontend using LiveKit.
Clone the repository and install dependencies to a virtual environment:
cd transcription-frontend-groq
pnpm installSet up the environment by copying .env.example to .env.local and filling in the required values:
LIVEKIT_URLLIVEKIT_API_KEYLIVEKIT_API_SECRET
You can also do this automatically using the LiveKit CLI:
lk app env --writeRun the app:
pnpm devThis 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 guide.