This is a simple Speech to Text application that allows users to convert spoken words into written text using the Web Speech API. The project is built using HTML, CSS, and JavaScript.
- Real-time speech recognition
- Continuous recognition for long transcriptions
- Simple and user-friendly interface
You need a modern web browser that supports the Web Speech API, such as Google Chrome.
- Clone the repository:
git clone https://github.com/AzkaSahar/speechtotext.git
- Navigate to the project directory:
cd speechtotext
- Open the
sp.html
file in your web browser. - Click the microphone button to start speech recognition.
- Speak clearly into your microphone.
- Click the stop button to stop the recognition process.
The recognized text will be displayed in the result area.
sp.html
- The main HTML file containing the structure of the web page.spt.css
- The CSS file for styling the web page.spt.js
- The JavaScript file containing the logic for speech recognition.
This project was created by AzkaSahar. You can find more of my projects on GitHub.