Skip to content

LinkanMajumder/ai-speech-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai-speech-translator

  • Users can transcript audio files into a text file using this website. replace your subscriptionKey and serviceRegion to index.js file.

Step 1: Register the Speech Cognitive Service

  • Open the Azure portal and go to the “Create a resource” section and search the “Cognitive Service” Create a new Cognitive Service, select the require “Subscription” and “Resource Group”. Type the App “Name” as you required and provide the “Region” with Standard S0 “pricing tier” for free. At finally tick the check box then click the “Review +Create” button, after validation passed clicked the “Create” Deployment succeeded, then open the resource and copied the “key” and “Location” into a text file for the future uses.

Step 2: Building the ai-speech-translator Web App

  • Create an empty directory name as ai-speech-translator and now go to root terminal of project and initiation of node project with the below command. Fill out the required information for the initialize of the project. Create a file named index.js — this file will have the main code for our application. After initiation of the node app, Now we’ve to installing the required below packages for this project.

Step 3: Run the app

  • Now the app is ready for a run. Open the terminal from the root of directory and run the below “command”

Step 4: Deploy in Azure as a Web Service

  • As we’ve build & tested our app, now has time to deploy the app through Azure App Service. Open the Azure Portal and create an app service for the node environment.

Demo video: https://drive.google.com/file/d/1WIr8x-4oQHki7c6Dn4MhjuLRrdqVgF4Z/view?usp=sharing

About

Users can transcript audio files into a text file using this website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published