A simple web-based speech-to-text application that converts audio input into text using browser-based APIs.
- 🎙️ Real-time speech recognition
- 📄 Displays transcribed text instantly
- 📋 Copy transcript to clipboard
- 🧹 Clear transcript option
- 📁 Supports audio file formats (WAV, MP3, OGG, FLAC, M4A)
- HTML
- CSS
- JavaScript (Web Speech API)
speech-service/
├── index.html
├── style.css
├── app.js
└── README.md
- Clone the repository:
git clone https://github.com/your-username/speech-service.git
- Open
index.htmlin your browser
👉 https://your-username.github.io/speech-service/
- Works best in Google Chrome
- Requires microphone permission
- Internet connection may be required for speech processing
- Add multi-language support
- Improve UI/UX
- Add download transcript feature
SOM TIWARI