Hi everyone,
I’m excited to share with you my latest project: a Streamlit app that lets you play with Deepgram’s Speech-to-Text API
Deepgram is a state-of-the-art STT platform that can transcribe audio into text with high accuracy and speed. However, I found their official API playground a bit limited in some features, so I decided to create my own version with some enhancements
With my app, you can:
-
Save your API results in cache and avoid unnecessary costs
-
Choose between recorded or streaming audio input
-
Use different audio sources, such as microphone, audio URLs, or YouTube links
-
Explore additional Deepgram API features that are not available in their playground
You can check out my app here: https://deepgram-playground.streamlit.app/
And the source code here: GitHub - SiddhantSadangi/st_deepgram_playground: API playground for Deepgram built with Streamlit
I would love to hear your feedback and suggestions on how to improve it
If you like my app and find it useful, please consider giving it a star on GitHub It would mean a lot to me and motivate me to keep improving it
P.S.: There is a hidden surprise in the app. Can you find it?