deepgram-starters/flask-transcription
Get started using Deepgram's Pre-Recorded Transcription with this Flask demo app
This is a demo application for developers to quickly integrate Deepgram's pre-recorded audio transcription service into a web application. You upload an audio file, and it outputs the transcribed text. This is designed for developers who want to build applications that process and transcribe audio recordings.
Use this if you are a developer looking for a straightforward example to implement Deepgram's pre-recorded transcription feature within a Flask web application.
Not ideal if you need a production-ready application or a tool for transcribing live audio streams.
Stars
17
Forks
12
Language
Python
License
MIT
Category
Last pushed
Mar 14, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/deepgram-starters/flask-transcription"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
deepgram/deepgram-js-sdk
Official JavaScript SDK for Deepgram.
agentvoiceresponse/avr-infra
The AVR Infrastructure project is designed to launch the Agent Voice Response application, which...
deepgram/deepgram-dotnet-sdk
Official .NET SDK for Deepgram.
deepgram/deepgram-rust-sdk
Community Rust SDK for Deepgram.
deepgram-starters/node-transcription
Get started using Deepgram's Transcription with this Node demo app