
Get started using Deepgram's Live Transcription with this Next.js demo app.
Click the button below to fork the repo:
git clone https://github.com/deepgram-devs/nextjs-live-transcription.gitcd nextjs-live-transcriptionnpm installcp sample.env.local .env.local # Add your DEEPGRAM_API_KEYnpm run dev
Open http://localhost:3000 in your browser.
MIT - See LICENSE