This application listens to your voice and detects when you speak any of the keywords you've specified. When a keyword is detected, the screen will turn red and a voice will announce the detection.
- Specify your own keywords in a text area
- Voice recognition listens continuously
- Advanced keyword detection:
- Exact matches
- Fuzzy text matching
- Phonetic matching (detects similar-sounding words)
- Visual alert (screen turns red) when keywords are detected
- Audio alert using text-to-speech
- Open
index.htmlin a web browser (Chrome or Edge recommended) - Enter your keywords in the text area (one per line)
- Click "Start Listening"
- Speak and watch as the app detects your keywords
- Click "Stop Listening" when you're done
- Modern web browser with support for the Web Speech API
- Internet connection (for speech recognition)
- Microphone access (you'll be prompted to allow this)
This app works best in:
- Google Chrome
- Microsoft Edge
- Safari (limited support)
Firefox and other browsers may not fully support the Web Speech API required for this application.
When you first start the application, your browser will ask for permission to use your microphone. You must allow this for the voice recognition to work.