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.git
cd nextjs-live-transcription
npm install
cp sample.env.local .env.local # Add your DEEPGRAM_API_KEY
npm run devOpen http://localhost:3000 in your browser.
MIT - See LICENSE