Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tamarahills/speech-proxy

 
 

Repository files navigation

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 asr-server .

To run

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.8%
  • Shell 10.1%
  • Makefile 4.1%