Using Deepgram for speech-to-text
Bekah Hawrot Weigel joins Nick to show how you can transcribe text using Deepgram's Node.js SDK. They go through the demo code all the way to building out an app with Express that allows you to submit a URL for transcription.
Installation
- Create a Deepgram account and API key. See the official docs for this. Add the API key to
.env file
, e.g.
DEEPGRAM_API_KEY="YOUR_API_KEY"
- Run
npm install
- Run `node src/server/server.js
- Navigate to http://localhost:3000.