https://github.com/younusaliakash/javascript-dom-project-guess-the-number-by-speech-recognition-api
Number guessing game where you speak your guess into the microphone using the speech recognition API
https://github.com/younusaliakash/javascript-dom-project-guess-the-number-by-speech-recognition-api
css dom-manipulation html js speech-recognition speech-to-text
Last synced: 2 months ago
JSON representation
Number guessing game where you speak your guess into the microphone using the speech recognition API
- Host: GitHub
- URL: https://github.com/younusaliakash/javascript-dom-project-guess-the-number-by-speech-recognition-api
- Owner: younusaliakash
- Created: 2023-04-06T19:35:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T20:49:25.000Z (about 2 years ago)
- Last Synced: 2025-02-01T05:23:35.511Z (4 months ago)
- Topics: css, dom-manipulation, html, js, speech-recognition, speech-to-text
- Language: JavaScript
- Homepage:
- Size: 1.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Speak Number Guessing Game
Number guessing game where you speak your guess into the microphone using the speech recognition API
## Project Specifications
- Display UI directing user to speak guess
- Implement speech recognition to listen to mic
- Process user's guess and match
- Let user know higher, lower, match or not a number