项目作者: lukaszbudnik

项目描述 :
node.js application for speech recognition using Google Cloud Speech API
高级语言: JavaScript
项目地址: git://github.com/lukaszbudnik/google-speech-api.git
创建时间: 2017-02-27T23:14:27Z
项目社区:https://github.com/lukaszbudnik/google-speech-api

开源协议:

下载


google-speech-api

node.js application for speech recognition using Google Cloud Speech API

Setting up

This application when deployed to Google App Engine will automatically authenticate to Google Firebase services like Realtime Database and Storage. However Google Cloud Messaging needs explicitly defining its API key. The API key is passed to application as env variable which is defined in app.yaml. The following commands allow you to update app.yaml env variable to a value which is stored in $GCM_SERVER_KEY.

  1. $ GCM_SERVER_KEY=AAA
  2. $ sed -i "s/GCM_SERVER_KEY:\(.*\)/GCM_SERVER_KEY: $GCM_SERVER_KEY/" app.yaml