Content Deep Dive
Transcribing Twilio Voice Calls in Real-Time with Deepgram
Blog post from Deepgram
Post Details
Company
Date Published
Author
Nikola Whallon
Word Count
2,332
Language
English
Hacker News Points
-
Source URL
Summary
This tutorial guides users through building an integration that allows multiple client subscribers to watch live transcripts from ongoing Twilio calls using Deepgram, a great automatic speech recognition (ASR) solution. The code for this tutorial is located here. Users will need a Twilio account with a Twilio number and a Deepgram API Key. They will also need ngrok to let Twilio access a local server. The integration involves setting up a TwiML Bin, creating a proxy server, and handling concurrent connections using Python's asyncio library.