Skip to content

Demo application written in typescript to extract text from an audio file using Speech Service of GCP

Notifications You must be signed in to change notification settings

gchacaltana/speech-to-text-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Speech To Text

Demo App to convert audio to text using Google Speech Service.

Config Typescript for app

  • Install typescript
npm install -g typescript
  • Check version
tsc --version
  • Initialize project with TS. This command creates the tsconfig.json file.
tsc --init
  • Change extension's file by .ts

About

Demo application written in typescript to extract text from an audio file using Speech Service of GCP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published