Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 497 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 497 Bytes

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