An open API service indexing awesome lists of open source software.

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

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.