flask-transcription and django-transcription

These are ecosystem siblings, as they both offer demo applications for Deepgram's Transcription API, but for different Python web frameworks (Flask and Django).

flask-transcription
46
Emerging
django-transcription
38
Emerging
Maintenance 13/25
Adoption 6/25
Maturity 9/25
Community 18/25
Maintenance 10/25
Adoption 4/25
Maturity 9/25
Community 15/25
Stars: 17
Forks: 12
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 7
Forks: 4
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No Package No Dependents
No Package No Dependents

About flask-transcription

deepgram-starters/flask-transcription

Get started using Deepgram's Pre-Recorded Transcription with this Flask demo app

Demonstrates end-to-end audio transcription by pairing a Flask backend API with a modern frontend (built with pnpm), handling file uploads and streaming results to the browser. Uses the Deepgram API for speech-to-text processing on pre-recorded audio files, with configuration via environment variables for API authentication. The full-stack setup serves as a reference implementation for integrating Deepgram's transcription capabilities into web applications.

About django-transcription

deepgram-starters/django-transcription

Get started using Deepgram's Transcription with this Django demo app

Demonstrates real-time audio transcription using Deepgram's API within a Django backend, with an async-first architecture leveraging Daphne ASGI server for WebSocket support. The frontend is decoupled as a separate Node.js application (using pnpm), communicating with the Django backend via WebSocket connections to stream audio and receive transcription results in real time.

Scores updated daily from GitHub, PyPI, and npm data. How scores work