Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vittominacori/speech-element

Custom Polymer element for speech synthesis and recognition.
https://github.com/vittominacori/speech-element

Last synced: 17 days ago
JSON representation

Custom Polymer element for speech synthesis and recognition.

Awesome Lists containing this project

README

        

# speech-element

Custom Polymer element for speech synthesis and recognition.

## Installation

```
$ cd /your-project-root/
$ git clone https://github.com/vittominacori/speech-element.git
$ cd speech-element/
$ bower install
```

or install it via bower

```
$ bower install speech-element --save
```

## Try it

```
$ cd .. # You'll want to run the web server from the parent directory.
$ python -m SimpleHTTPServer
```

Go to [http://localhost:8000/speech-element/demo.html](http://localhost:8000/speech-element/demo.html) to see it in action.

## Usage

```

```