A simple and beginner-friendly Speech-to-Text Web App built using HTML, CSS, and JavaScript.
This app uses the Web Speech API to convert your spoken words into text in real time.
- 🎙️ Start & Stop voice recording
- 🔤 Live speech-to-text conversion
- 🌐 Supports multiple languages (English, Hindi, Tamil, Telugu, etc.)
- 📄 Copy or edit the converted text
- 💻 Works on any browser that supports the Web Speech API
- 🧩 No backend required — fully client-side
- HTML — Structure
- CSS — Styling
- JavaScript — Speech recognition logic
- Web Speech API