For demand, I can't use azure speech to text service on the cloud. Therefore, I use azure speech to text container with docker. I use two images
1.mcr.microsoft.com/azure-cognitive-services/speechservices/speech-to-text:3.7.0-amd64-zh-tw 2.mcr.microsoft.com/azure-cognitive-services/speechservices/custom-speech-to-text:3.7.0-amd64-zh-tw
I use language zh-tw
I need to train my own speech to text model with custom-speech-to-text. I only find cloud solution on azure. Does anyone know how to train my own model on localhost?
I can can run speech to text container on localhost now but I don't know how to train model on localhost