Skip to content

asr.rebble.io: speech recognition for rebble

Notifications You must be signed in to change notification settings

mbalduccini/rebble-asr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rebble-asr

asr.rebble.io: speech recognition for rebble

Building

docker build --tag rebble-asr .

Running

docker run --name rebble-asr -d --rm -e "PORT=443" -e "DEBUG=[debug mode]" -e "SPEECH_API_KEY=[api]" -e "MY_HTTP_REFERER=[HTTP referer]" -p 127.0.0.1:10041:443/tcp rebble-asr

[debug mode] is 1 for debugging output written to the docker's /tmp/asr.log file; 0 for no debugging output

[api] is the Google Cloud Speech-to-Text API key

[HTTP referer] is an HTTP referer authorized in the Google Cloud Speech-to-Text console for the API key

Optional command-line argument:

     -e "ALLOWED_PHONES=[list]"

[list] is a comma-separated list of allowed phones based on the user-agent information provided by the phone.

About

asr.rebble.io: speech recognition for rebble

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • Dockerfile 1.5%
  • Procfile 0.6%