Skip to content

mjabali/symbl-web-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Probably the most simplistic Symbl demo client out there. No frameworks, no packages... a simple HTML page with embedded JavaScript and CSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages