Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.36 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.36 KB

Simple Symbl Web SDK Client Application

What is it?

A simple web app with a single Symbl Web SDK dependency, no frameworks and no packages... pure HTML, JavaScript and CSS, enabling Symbl.ai to capture the audio stream and provide speech-to-text (closed captions and transcriptions), insights, topics and trackers.

Demo

How to set it up and run it?

  1. Update the sample.html file with your Symbl access token.
  2. To run a web server on your own machine, you can use the NPM command line utility called http-server or the Python's http.server module.
  3. Make sure you run one of the utilities above in the same directory you have cloned this project.
  4. Go to your web browser of choice and open up the sample.html page (i.e. http://localhost:8080/sample.html).
  5. Press the start button, allow your web browser to capture the audio from your microphone and speak normally. Enjoy the results showing up in the different sections of the web page.
  6. Press the stop button to stop the WebSocket connection.