Skip to content

speechly/webrtc-speechly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC Video Chat App With Speechly

Example code of a simple WebRTC video chat application that uses Speechly to provide real-time transcription. Check out the full tutorial on our blog for more details.

Requirements

To run this you need a Speechly account and an Speechly application that has been deployed. You can get started here https://api.speechly.com/dashboard/

Add the Speechly application ID to the constructor call of the Speechly BrowserClient object in main.js.

Running locally

Fire up a local development server of your choice

python -m SimpleHTTPServer
# or the Python 3 equivalent
python3 -m http.server