项目作者: aofdev

项目描述 :
A Vue2 Performs synchronous speech recognition Speech to text Google Cloud Speech With Progressive Web App
高级语言: JavaScript
项目地址: git://github.com/aofdev/vue-pwa-speech.git
创建时间: 2017-10-06T15:51:18Z
项目社区:https://github.com/aofdev/vue-pwa-speech

开源协议:MIT License

下载


vue-speech

Donate

A Vue2 Performs synchronous speech recognition with Google Cloud Speech on Progressive Web App

alt tag

Config

Step 1

Enable the Cloud Speech API for that project. Cloud Platform Console

Step 2

Initialize Firebase At Speech.vue Google Cloud API Browser Key

  1. apiKey: ""

Installation

  1. # Git Clone Project
  2. git clone git@github.com:aofdev/vue-pwa-speech.git
  3. # Cd project
  4. cd vue-pwa-speech
  5. # install dependencies
  6. npm install || yarn install
  7. # serve with hot reload at localhost:8080
  8. npm run dev || yarn dev
  9. # build for production with minification and to build Progressive Web Apps
  10. npm run build || yarn build

Streaming Recognition

Returns recognition results while the user is still speaking vue-speech-streaming