An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# streamlit-stt-app

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/whitphx/streamlit-stt-app/main/app_deepspeech.py)

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D2ERWFG)

Buy Me A Coffee

[![GitHub Sponsors](https://img.shields.io/github/sponsors/whitphx?label=Sponsor%20me%20on%20GitHub%20Sponsors&style=social)](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.

![](./docs/img/example.gif)

## Other examples
- STT with Whisper API by @goldengrape: https://github.com/whitphx/streamlit-stt-app/issues/133