IBM / Train-Custom-Speech-Model

Create a custom Watson Speech to Text model using specialized domain data
https://developer.ibm.com/patterns/customize-and-continuously-train-your-own-watson-speech-service/
Apache License 2.0
59 stars 42 forks source link

Python code only works if service location is Dallas #86

Closed aoswald closed 4 years ago

aoswald commented 4 years ago

Couple suggestions here:

From the README, step number 5:

To train the language and acoustic models, you can either run the application or use the command line interface. Or you can mix as desired, since both are working with the same data files and services.

The above is simply not accurate if the service location was set to something other than Dallas. I suggest some thought be put into that statement to more accurately reflect the fact that the location has been hardcoded in the Python source.