Skip to content

A static site demonstrating real-time audio transcription via Amazon Transcribe over a WebSocket.

License

Notifications You must be signed in to change notification settings

brandonmwest/amazon-transcribe-websocket-express

 
 

Repository files navigation

Amazon Transcribe Websocket Express

An express app that proxies a websocket connection from the browser to an authenticated WebSocket endpoint for Amazon Transcribe.

Check out the Amazon Transcribe WebSocket docs.

Building and Deploying

  1. Clone the repo
  2. run npm install
  3. run npm run-script build to generate public/main.js.

Once you've bundled the JavaScript, all you need is a webserver. For example, from your project directory:

npm start

License

This library is licensed under the Apache 2.0 License.

About

A static site demonstrating real-time audio transcription via Amazon Transcribe over a WebSocket.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 99.2%
  • Other 0.8%