AzTranslate is an application to translate your YouTube videos using Azure speech service.
Note: this solution is not the prettiest solution you will see in terms of design and code. I just made it to overcome a problem I'm facing while transcribing and translating my YouTube videos.
You can click on below Deploy to Azure button to deploy the solution to your Azure subscription.
after the deployment successfuly get deployed go to the Cognitive Services - Speech service and click on the Keys and EndPoint and copy KEY 1.
Then go to the App Service and click on the Deployment Center
In the Deployment Center click on Settings and append the KEY 1 you copied previously into Startup File. Your Startup File should look something similar to this:
-e AzureSpeechTranslation:Region=[your-resource-group-region] -e AzureSpeechTranslation:SubscriptionKey=[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
where [your-resource-group-region]
is the region of the resource group holding the solution's resources. This will be filled automatically for you during the deployment.
and [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
is the KEY 1 you copied from the Cognitive Services - Speech.
Click on Save and then on the Browse button.