Audio to Text Transcriber is part of the Local Web Software 2025 (LWS25) project, designed to convert audio files to text offline using Flask, SpeechRecognition, and Pydub.
✅ Supports multiple languages (Indonesian, English, Japanese, Korean, Arabic)
✅ Accurate transcription using Google Speech API
✅ One-click copy to clipboard
✅ Simple dark-themed UI
pkg install python3 git
apt install python3 git
git clone https://github.com/username/stt-py-lws25.git
pip install -r requirements.txt
python3 app.py