Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 966 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 966 Bytes

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.