Skip to content

deepgram-devs/livestream-amazonIVS-and-deepgram

 
 

Repository files navigation

livestream-amazonIVS-and-deepgram

This is the example project to go along with the tutorial How to Build a Live Streaming Web Application with Amazon IVS and Deepgram found at https://developers.deepgram.com/blog/2022/03/build-a-livestream-web-application-with-amazon-ivs-and-deepgram/

Project setup

First, clone the project. Then install the dependencies with npm install.

Set up .env file

Rename the .env-example file to .env. Then add the values for each environment variable.

Run the development environment

Run the node server with npm run start.

Run the frontend Vue cli with npm run serve.

Live streaming

To see your livestream, be sure to:

Captions

To use Deepgram speech-to-text API, set up an account. This will give you $150 in free credit without the need to enter a credit card.

About

A full-stack Vue.js and Node.js project using Amazon IVS for video live stream and Deepgram for text captions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.8%
  • Vue 40.9%
  • HTML 8.3%