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

Update pythons scripts to use env variable for endpoints #87

Closed pvaneck closed 4 years ago

pvaneck commented 4 years ago

The URL form the service credentials specified by the service instance should be used and not a hard coded value.

Fixes: #86

tonanhngo commented 4 years ago

Looks good!