https://github.com/stepzen-dev/stepzen-deepgram-next-sample
A sample repository showcasing a Next.js app built with Deepgram and StepZen. 🎙
https://github.com/stepzen-dev/stepzen-deepgram-next-sample
Last synced: 11 months ago
JSON representation
A sample repository showcasing a Next.js app built with Deepgram and StepZen. 🎙
- Host: GitHub
- URL: https://github.com/stepzen-dev/stepzen-deepgram-next-sample
- Owner: stepzen-dev
- License: apache-2.0
- Created: 2022-05-31T15:57:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T19:57:32.000Z (about 4 years ago)
- Last Synced: 2025-04-25T11:50:41.042Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://www.npmjs.com/) 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](https://nextjs.org/docs), [StepZen](https://stepzen.com/docs) and [Deepgram](https://developers.deepgram.com/) documentation.
Right now the calls are made to one English audiofile hosted by Deepgram, and one French audiofile [hosted elsewhere](https://www.lightbulblanguages.co.uk/resources-sound-files.htm#age), to experiment with multiple language support options offered by the `language` parameter. Then the transcript is rendered to the home page.