The Voice-to-Text Application is a web-based tool that allows users to convert spoken language into written text. It supports multiple languages and provides a convenient way to transcribe audio content accurately and efficiently.
- Multilingual support: The application is capable of converting spoken language into text for various languages, enabling users to transcribe audio content in their preferred language.
- Real-time transcription: The application provides real-time transcription capabilities, allowing users to see the converted text as they speak.
- Simple user interface: The user interface is designed to be intuitive and user-friendly, making it easy for users to interact with the application and convert their speech into text.
- Customization options: Users can customize various aspects of the application, such as language preferences, transcription settings, and output formats.
- HTML: Used to structure the web page and define the application's layout.
- CSS: Used for styling the user interface and making it visually appealing.
- JavaScript: Used to handle user interactions, perform voice recognition, and convert speech to text.
- Web Speech API: Leveraged the Web Speech API for speech recognition functionality, allowing the application to process spoken language.
- External libraries: (If applicable) Mention any external libraries or frameworks used in the project, such as Bootstrap, jQuery, etc.
- Open the application in a compatible web browser.
- Grant microphone access when prompted by the browser.
- Select the desired language for transcription.
- Click on the "Start" button to initiate voice recognition.
- Speak clearly into the microphone.
- View the transcription in real-time as the application converts your speech to text.
- Click on the "Stop" button to end the transcription process.
- Copy the generated text or perform any additional actions as needed.
- Clone the repository:
git clone https://github.com/ananyakinhaa/voice-to-text-software.git
- Open the project directory.
- Launch the application by opening the
index.html
file in a compatible web browser.
Contributions are welcome! If you'd like to contribute to the project, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix
- Make the necessary changes and commit them:
git commit -am 'Add new feature'
- Push the changes to your branch:
git push origin feature/your-feature-name
- Submit a pull request detailing your changes.
If you have any questions or suggestions, feel free to reach out to me at [[email protected]].