Train-Custom-Speech-Model
                                
                                
                                
                                    Train-Custom-Speech-Model copied to clipboard
                            
                            
                            
                        Create a custom Watson Speech to Text model using specialized domain data
npm run dev opens the local web server but cannot authenticate login with user1 as username and password.
I successfully trained the sample corpus and audio. I then deleted those files. I uploaded my own set of text files and mp3 files successfully. However, when I try to...
The transcribe section won't accept a file >15mb. Do you have instructions for utilizing the trained models on an mp3 in a bucket or somewhere? My goal is to run...
Followed all steps, but receiving Corpus List Error Internal Server Error when I navigate to Corpora. Unable to upload the txt file. Any ideas?
Audio training threw this error 76 times: Unhandled Rejection (TypeError): data.data is undefined _callee6$/ { 178 | response.json().then((data) => { 179 | this.setState({ acousticModelData: data.data }); > 180 | let...
I followed the steps provided in read me and successfully trained the model. Now, I want to use this newly trained model as my default model in my IBM cloud...
I didn't find how to connect from my company's intranet (we connect to the internet through a proxy with username and password) I am able to use the app with...
When connecting at localhost:3000, everything is fine. But when using machine's IP address:3000, even from the same machine (and also using 127.0.0.1:3000), login doesn't work. Seems to be a problem...
eg. uri = "https://stream.watsonplatform.net/speech-to-text/api/v1/customizations" when one may have to use "https://stream-fra.watsonplatform.net/speech-to-text/api/v1/customizations" (of course, solution is easy using an env variable) Best, fps