Skip to content

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.

License

Notifications You must be signed in to change notification settings

nickytonline/deepgram-speech-to-text-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Using Deepgram for speech-to-text with Bekah H. Weigel

Installation

  1. 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"
  1. Run npm install
  2. Run `node src/server/server.js
  3. Navigate to http://localhost:3000.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published