S2T is a lightweight web application that captures microphone input and transcribes it to text using the browser’s Web Speech API, with a Python backend handling storage and session management. Built as a clean single-page app with no heavy dependencies on paid transcription services.
What it does
- Real-time microphone capture and transcription in the browser
- Session history — view and copy past transcriptions
- Clean Vue.js single-page interface
- Python backend for session persistence
Stack: Vue.js, Web Speech API, Python