Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 704 Bytes

File metadata and controls

16 lines (15 loc) · 704 Bytes

🎤 Speech to Text Web App

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.

🚀 Features

  • 🎙️ 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

🛠️ Technologies Used

  • HTML — Structure
  • CSS — Styling
  • JavaScript — Speech recognition logic
  • Web Speech API