Skip to content

talk to me. Live speech-to-text transcription service!

Notifications You must be signed in to change notification settings

SanatSharma/subtitled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subtitled - Easy live transcript generation

Subtitled is a web app that helps provide live subtitles for any meeting or lecture by converting speech to text. The interface can be accessed over any media device through a web browser

The service currently uses the Bing Speech API, to make project work:

  1. Host server.js
  2. Create a speech.key file with your Bing Speech Key

How to Run (on local computer)

Create speech.key file with Bing Speech API key

This can be created at https://azure.microsoft.com/en-us/services/cognitive-services/speech/

Download packages

npm install

Run server

node server.js

To start leader page, go to localhost:3000 Open member.html in a browser, now anything spoken in the leader.html should be live transcripted and shown on member.html

About

talk to me. Live speech-to-text transcription service!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published