Skip to content

maxenceC/MeteorSpeechRecognition-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Speech Recognition

Source code of this tutorial

A sample Meteor app using Haven OnDemand Speech Recognition API, with recorderJS to capture user web browser Audio stream and get a text transcript of it.

Installation

  1. Clone this repo to :

'git clone https://github.com/maxenceC/MeteorSpeechRecognition-.git yourapp'

  1. Sign up for a Haven OnDemand developer account here,once logged in, you can then find your API Key here

  2. In server/methods/speechRecognition.js, on lines 10 and 40, add your key :

params: { apikey: "YOUR KEY HERE" }

  1. Run locally :

    'cd yourapp'

    'meteor'

Dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published