Daisy_s
Daisy_s

Reputation: 109

Node-Red/ conversation service

Can anyone provide me with instructional process on how to implement conversation, text to speech and speech to text service together in a single app? Can I do it at Node-Red? Please help.

Upvotes: 2

Views: 980

Answers (1)

chughts
chughts

Reputation: 4747

There is a pretty good Node-RED flow (with documentation)that you can follow here - https://github.com/watson-developer-cloud/node-red-labs/tree/master/starter-kits/ok_watson

It uses a microphone, STT, Tone-Analyser, Conversation, TTS, speaker. If you don't have the nodes then there is a list of extra npm modules that you might need to add here - https://github.com/watson-developer-cloud/node-red-labs/tree/master/starter-kits

Upvotes: 4

Related Questions