Skip to content

lucidprogrammer/meteor-watson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wercker status

Overview

A meteor package for IBM Watson service.

Text to Speech

Provide a text, "How are you?", it gets converted to corresponding voice using IBM Watson Text to Speech Service.

Setting up.

Go to IBM Bluemix and setup an account (it is free for 30 days) and enable Text to Speech.

meteor add lucidprogrammer:meteor-watson

Following environment variables are needed.

export WatsonSpeechFromTextUsername="username"
export WatsonSpeechFromTextPassword="pwd"
//(this is where the voice files will get saved.)
export WatsonSpeechFromTextDirectory="/path/to/dir"

From the client, you can just call, Meteor.call("text/to-speech","Hello how are you");

Additional Watson features.

It is easy to add additional features supporting all other watson services, refer to watson.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published