DEPRECATED - A webapp for collecting speech samples for voice recognition testing and training
Перейти к файлу
David Flanagan 6062d03e4c add a default sentences.txt config file 2016-05-06 16:55:04 -07:00
public initial commit 2016-05-06 16:12:45 -07:00
.gitignore add a default sentences.txt config file 2016-05-06 16:55:04 -07:00
LICENSE Initial commit 2016-05-06 16:01:33 -07:00
README.md update README 2016-05-06 16:53:26 -07:00
package.json initial commit 2016-05-06 16:12:45 -07:00
sentences.txt add a default sentences.txt config file 2016-05-06 16:55:04 -07:00
speecher.js initial commit 2016-05-06 16:12:45 -07:00

README.md

speecher

This is a simple webapp for collecting speech samples for voice recognition testing and training.

Running it should be as simple as issuing these commands on your server:

> git clone git@github.com:mozilla/speecher.git
> cd speecher
> npm install
> mkdir uploads       # create a directory for audio uploads
> emacs sentences.txt # add some sentences to the config file
> sudo node speecher.js