vue-pwa-speech
vue-pwa-speech copied to clipboard
A Vue2 Performs synchronous speech recognition Speech to text Google Cloud Speech With Progressive Web App
vue-speech
A Vue2 Performs synchronous speech recognition with Google Cloud Speech on Progressive Web App
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
apiKey: ""
Installation
# 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
Other related projects
Streaming Recognition
Returns recognition results while the user is still speaking vue-speech-streaming