This repository is a sample of an app made with StepZen, Deepgram, and Next.js.
To take a closer look at my project on your local machine, git clone https://github.com/stepzen-dev/stepzen-deepgram-next-sample.git && npm run dev
. (You'll need npm installed.)
You'll also need to make a file in your root directory called env.local
and put your Deepgram apikey in it like so: DEEPGRAM_APIKEY=your_apikey_here
You can learn more about the inner workings by consulting the Next, StepZen and Deepgram documentation.
Right now the calls are made to one English audiofile hosted by Deepgram, and one French audiofile hosted elsewhere, to experiment with multiple language support options offered by the language
parameter. Then the transcript is rendered to the home page.