A Vue2 Performs synchronous speech recognition with Google Cloud Speech on Progressive Web App
Enable the Cloud Speech API for that project. Cloud Platform Console
Initialize Firebase At Speech.vue
Google Cloud API Browser Key
apiKey: ""
# Git Clone Project
git clone [email protected]:aofdev/vue-pwa-speech.git
# Cd project
cd vue-pwa-speech
# install dependencies
npm install || yarn install
# serve with hot reload at localhost:8080
npm run dev || yarn dev
# build for production with minification and to build Progressive Web Apps
npm run build || yarn build
Returns recognition results while the user is still speaking vue-speech-streaming