IBM / watson-voice-bot

Create a Watson Assistant chatbot that uses voice over a web browser.
https://developer.ibm.com/patterns/create-a-web-based-voice-chatbot/
Apache License 2.0
119 stars 157 forks source link

different language? #47

Closed wejhhv closed 5 years ago

wejhhv commented 5 years ago

What should I do if I want to implement it in a different language? I have only a poor skill.

markstur commented 5 years ago

The Watson speech-to-text, Assistant, and text-to-speech support additional languages: https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-models https://cloud.ibm.com/docs/services/assistant?topic=assistant-language-support https://cloud.ibm.com/docs/services/text-to-speech?topic=text-to-speech-voices

The service docs explain how you would use them. This bot doesn't come with non-English example. It would take some work to customize it.