A web application that allows users to convert speech to text in real-time. The app listens to the audio uploaded, processes the speech, and transcribes it into text using a speech recognition API.
- 🎙️ Real-time speech-to-text conversion.
- 📝 Displays the transcribed text instantly.
- 🧑💻 Simple and intuitive interface for easy use.
- 🔄 Works directly in the browser with no server-side processing required.
- React
- JavaScript (ES6+)
- Web Speech API (for Speech Recognition)