https://github.com/9jaswag/speechrec
a simple speech recognition app using the Web Speech API Interfaces
https://github.com/9jaswag/speechrec
speech-api speech-processing speech-recognition speech-synthesis speech-to-text
Last synced: 8 months ago
JSON representation
a simple speech recognition app using the Web Speech API Interfaces
- Host: GitHub
- URL: https://github.com/9jaswag/speechrec
- Owner: 9jaswag
- Created: 2018-03-11T16:09:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T15:53:48.000Z (about 7 years ago)
- Last Synced: 2023-10-20T15:58:08.685Z (over 2 years ago)
- Topics: speech-api, speech-processing, speech-recognition, speech-synthesis, speech-to-text
- Language: JavaScript
- Homepage: https://9jaswag.github.io/speechrec/
- Size: 85.9 KB
- Stars: 19
- Watchers: 2
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speechrec
A simple speech recognition app using the Web Speech API Interfaces
## Getting Started
### Clone the repository
```bash
$ git clone git@github.com:9jaswag/speechrec.git
```
### Change directory
```bash
$ cd speechrec
```
### Run the application
Start a server in the `speechrec` directory and visit the link in your browser.
[Lite Server](https://www.npmjs.com/package/lite-server) is a simple development server you can use to run the app. If you have Lite Server, simply run:
```bash
$ lite-server
```
It will open up the app in your default browser.
[Web Server for Chrome](https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb?hl=en) is another tool you can serve the app with.
## Built With
- [Web Speech API:](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) The Web Speech API makes web apps able to handle voice data.