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.
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
.
Fire up a local development server of your choice
python -m SimpleHTTPServer
# or the Python 3 equivalent
python3 -m http.server