https://github.com/whitphx/streamlit-stt-app
Real time web based Speech-to-Text app with Streamlit
https://github.com/whitphx/streamlit-stt-app
audio-streaming speech-recognition streamlit streamlit-sharing
Last synced: about 2 months ago
JSON representation
Real time web based Speech-to-Text app with Streamlit
- Host: GitHub
- URL: https://github.com/whitphx/streamlit-stt-app
- Owner: whitphx
- License: mit
- Created: 2021-05-09T14:22:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T16:20:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T21:07:46.135Z (2 months ago)
- Topics: audio-streaming, speech-recognition, streamlit, streamlit-sharing
- Language: Python
- Homepage: https://share.streamlit.io/whitphx/streamlit-stt-app/main/app_deepspeech.py
- Size: 1.46 MB
- Stars: 240
- Watchers: 6
- Forks: 135
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streamlit-stt-app
[](https://share.streamlit.io/whitphx/streamlit-stt-app/main/app_deepspeech.py)
[](https://ko-fi.com/D1D2ERWFG)
[](https://github.com/sponsors/whitphx)
A real time Speech-to-Text app built with Streamlit and [`streamlit-webrtc`](https://github.com/whitphx/streamlit-webrtc).
The STT engine is [`mozilla/DeepSpeech`](https://github.com/mozilla/DeepSpeech).[Hosted on Streamlit Sharing](https://share.streamlit.io/whitphx/streamlit-stt-app/main/app_deepspeech.py).
The forum post about this app is
https://discuss.streamlit.io/t/new-component-streamlit-webrtc-a-new-way-to-deal-with-real-time-media-streams/8669/31.
## Other examples
- STT with Whisper API by @goldengrape: https://github.com/whitphx/streamlit-stt-app/issues/133