Python Content
Use Cases
Blog Posts
-
Using Python With Speech-to-Text (Special PyCon Edition)
Let's look at how we can use Python and Deepgram's speech recognition technology together in preparation for PyCon US 2022.
-
Speech Recognition with Vonage and Python
Use Deepgram's speech-to-text features with Python and Vonage's API to transcribe real-time audio such as incoming phone calls.
-
How to Turn Transcripts into Data Visualizations with Python
Use Deepgram's speech-to-text features with Python to transcribe audio and graphing library Matplotlib to create a data visualization dashboard.
-
Introduction to PyTorch Audio Data via TorchAudio
Learn how to use TorchAudio to transform, augment, and extract features from audio data.
-
Live Transcription With Python and FastAPI
Learn how to do a live, real-time transcription with FastAPI in Python and Deepgram
-
Speech Recognition with Twilio and Python
Use Deepgram's speech-to-text features with Python and Twilio to transcribe audio such as incoming phone calls.
-
Live Transcription With Python and Django
Learn how to do a live, real-time transcription with Django in Python and Deepgram
-
Virtual Environments in Python
Learn about why it's important to use virtual environments in Python, how to create one and use them in your next project.
-
Speech Recognition to Monitor Script Compliance in Python
Use Deepgram with Python for script compliance, monitoring real-time audio such as phone calls for specific words and phrases that are legally required.
-
Deepgram Speech-to-Text Use Cases That Will Transform Your Life - (Special PyCon Edition)
Let's look at compelling use cases for Python and Deepgram's speech recognition technology in preparation for PyCon US 2022.
-
Best Python Tools for Manipulating Audio Data
A comprehensive guide on using Python to work with audio files.
-
Speech Recognition Analytics for Audio with Python
Learn how to combine speech recognition on real-time audio with analytics by utilizing Python and Deepgram's Speech-to-Text API.
-
Starting Out with Python and Deepgram Live Streaming Audio
Learn how to perform real-time Automatic Speech Recognition using various Python web frameworks and Deepgram's Speech-to-Text API with this roundup post.
-
Live Transcription With Python and Flask
Learn how to do a live, real-time transcription with Flask in Python and Deepgram
-
Transcribing Twilio Voice Calls in Real-Time with Deepgram
In this tutorial, learn how to transcribe Twilio Voice calls with Deepgram with real-time speech-to-text.
-
Build With the Official Deepgram SDKs
Add speech-to-text to your application even faster with the new Node.js and Python SDKs for the Deepgram API.
-
Getting Started with JSON
Learn the basics of JSON and how to work with data in a JSON object.
-
Python Speech Recognition Locally with TorchAudio
Learn how to use the Python TorchAudio library and its Emformer Model for local speech recognition
-
Live Transcription With Python and Quart
Learn how to do a live, real-time voice-to-text transcription with Quart's Python web microframework and Deepgram's Python SDK.
-
A Guide to DeepSpeech Speech to Text
DeepSpeech is a Python library for doing ASR. In this post, we’ll look at how to use DeepSpeech to do Speech to Text in Python
-
Getting Started with APIs
Learn about what APIs are, how to use them, and make your first requests.