Company
Date Published
Author
Nikola Whallon
Word count
2332
Language
English
Hacker News points
None

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.