Mozilla's speech-to-text backend
Перейти к файлу
Andre Natal 3b36897b65
Delete .travis.yml
2021-09-17 16:17:41 -07:00
.circleci use docker image with git installed 2018-08-08 12:59:47 -04:00
.config/configstore add circle.yml and deploy-dockerhub.sh for ci/cd, add lint step to test section of circle.yml, specify node version in circle.yml, install eslint, using circleci 2.0 machine executor for privileged docker functionality 2017-07-06 09:32:57 -07:00
docs/images add docs. fixes #11 2017-07-19 14:25:09 -07:00
.eslintrc.yml Add eslint and prettier 2017-06-15 23:54:41 -07:00
.gitignore add lint:deps script to run filtered npm audit in CI 2018-09-25 18:50:28 -07:00
.nsprc add lint:deps script to run filtered npm audit in CI 2018-09-25 18:50:28 -07:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-08-14 19:31:46 -07:00
Dockerfile remove firejail 2020-04-03 10:55:57 -07:00
Makefile Changing accept-language by accept-language-stt 2018-10-12 01:50:37 -07:00
README.md Webm support 2017-11-14 10:00:27 -08:00
curl-format.txt Computing roundtrip timings on curl tests 2018-10-10 14:11:36 -07:00
hb.raw Adding __heartbeat__ 2017-07-07 16:12:38 -07:00
languages.json Multi-lingual support. 2018-10-08 11:42:28 -07:00
package-lock.json Add request count & latency metrics via statsd 2020-04-01 11:38:03 -07:00
package.json Add request count & latency metrics via statsd 2020-04-01 11:38:03 -07:00
server.js Block requests outside pre-defined list of products and stop storing data by deafult 2020-05-20 00:22:51 -04:00
speech_orig.opus firejail opusdec call poc 2017-06-15 13:51:37 -04:00
webm.webm Webm support 2017-11-14 10:00:27 -08:00

README.md

Build Status

This project is the server-side proxy component of the Voice Fill Test Pilot experiment. Roughly, it's the box labeled "speak-to-me node server" in the diagram below.

Rough diagram

To build

docker build -t speech-proxy .

To run

docker run -e ASR_URL=http://192.168.0.44/asr -e DISABLE_DECODE_JAIL=1 -p 9001:9001 speech-proxy:latest