A simple speech recognition app using the Web Speech API Interfaces
$ git clone [email protected]:9jaswag/speechrec.git
$ cd speechrec
Start a server in the speechrec
directory and visit the link in your browser.
Lite Server is a simple development server you can use to run the app. If you have Lite Server, simply run:
$ lite-server
It will open up the app in your default browser.
Web Server for Chrome is another tool you can serve the app with.
- Web Speech API: The Web Speech API makes web apps able to handle voice data.