Speech-to-text with Deepgram

Bekah Hawrot Weigel (@bekahhw) joined me on my stream today to show how you can transcribe text using Deepgram’s Node.js SDK.

We went through the demo code all the way to building out an app with Express that allows you to submit a URL for transcr…


This content originally appeared on DEV Community and was authored by Nick Taylor

Bekah Hawrot Weigel (@bekahhw) joined me on my stream today to show how you can transcribe text using Deepgram's Node.js SDK.

We went through the demo code all the way to building out an app with Express that allows you to submit a URL for transcription.

Here's the code for what we built out

GitHub logo nickytonline / deepgram-speech-to-text-stream

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

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.



Check out their docs if you want to learn more about what Deepgram can do!

Also, be sure to check out Bekah's latest post!

Thanks for hanging Bekah!


This content originally appeared on DEV Community and was authored by Nick Taylor


Print Share Comment Cite Upload Translate Updates
APA

Nick Taylor | Sciencx (2022-06-22T22:00:16+00:00) Speech-to-text with Deepgram. Retrieved from https://www.scien.cx/2022/06/22/speech-to-text-with-deepgram/

MLA
" » Speech-to-text with Deepgram." Nick Taylor | Sciencx - Wednesday June 22, 2022, https://www.scien.cx/2022/06/22/speech-to-text-with-deepgram/
HARVARD
Nick Taylor | Sciencx Wednesday June 22, 2022 » Speech-to-text with Deepgram., viewed ,<https://www.scien.cx/2022/06/22/speech-to-text-with-deepgram/>
VANCOUVER
Nick Taylor | Sciencx - » Speech-to-text with Deepgram. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/06/22/speech-to-text-with-deepgram/
CHICAGO
" » Speech-to-text with Deepgram." Nick Taylor | Sciencx - Accessed . https://www.scien.cx/2022/06/22/speech-to-text-with-deepgram/
IEEE
" » Speech-to-text with Deepgram." Nick Taylor | Sciencx [Online]. Available: https://www.scien.cx/2022/06/22/speech-to-text-with-deepgram/. [Accessed: ]
rf:citation
» Speech-to-text with Deepgram | Nick Taylor | Sciencx | https://www.scien.cx/2022/06/22/speech-to-text-with-deepgram/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.