Skip to content

Latest commit

 

History

History
executable file
·
32 lines (22 loc) · 1.63 KB

README.md

File metadata and controls

executable file
·
32 lines (22 loc) · 1.63 KB

Speech to Text and Text to Speech Nodejs Starter Application

This application weaves together the speech to text and text to speech demo provided by IBM Watson as of Feb. 2015

Please check out the Speech to Text service and Text to Speech service demo applications for latest reference.

Getting Started

  1. create app nodejs in bluemix console
  2. bind Text-To-Speech and Speech-To-Text services to the app
  3. note down the credentials for the two services
  4. change credentials for the services in config/default.json under credentials_stt and credentials_tts
  5. run npm install to install all necessary packages
  6. run node app.js or nodejs app.js (depending on your nodejs version) to start the app on port 3000
  7. you can also run the app in bluemix. There are various methods working with apps in bluemix, please choose the one that works best for you. Simply stage and deploy the app as it befits you. (adapt manifest.yml file)

Further References