A simple web application that converts spoken words into text using the Web Speech API. Supports multiple languages.
- Real-time speech recognition
- Supports multiple languages
- Simple and intuitive UI
- Select your preferred language from the dropdown.
- Click the microphone button to start recording.
- Speak into your microphone, and the recognized text will appear in the textarea.
- Clone the repository:
git clone https://github.com/taher-el-mehdi/speech-to-text.git
- Open
index.html
in your browser.
This project is open-source and available under the MIT License.