A simple voice-to-text Chrome Extension using Mozilla's Speech to Text model, enabling users to navigate and input text in web browsers through voice commands, significantly improving accessibility and user experience.
- Voice-to-Text: Converts user's voice commands into text input.
- Accessibility: Improves accessibility for users with disabilities or users who prefer voice commands over typing.
- User Experience: Enhances user experience by providing an alternative input method for web browsing.
- Clone the repository:
- Build the project:
bash build.sh
- Open Chrome and go to
chrome://extensions/
. - Enable Developer mode by toggling the switch in the top right corner.
- Click on
Load unpacked
and select thedist
folder in the cloned repository.
- Click on the EvoSoft icon in the Chrome toolbar to activate the extension.
- Click on Start to begin voice recognition.
- Allow microphone access when prompted.
- In any web pages, start speaking to input text or navigate using voice commands.