Content Deep Dive
Transcriptions Without a Server Using Netlify and Deepgram
Blog post from Deepgram
Post Details
Company
Date Published
Author
Kevin Lewis
Word Count
988
Language
English
Hacker News Points
-
Summary
In this tutorial, learn how to set up serverless functions with Netlify and use Deepgram's Node.js SDK for transcriptions of hosted files and local files. The process involves installing necessary software, setting up a Netlify project, creating serverless functions, adding your Deepgram API key as an environment variable, testing the functions locally, and deploying them to production. This approach is suitable for scale, but not recommended for live transcription due to its nature of spinning up and down quickly.