Skip to content

Asto7/Generate-Live-Transcription

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate-Live-Transcription

Example Demo

Setup

  • Clone project

    git clone https://github.com/Asto7/Generate-Live-Transcription.git
  • Install dependencies

    npm install
    npm run start-dev
  • To use Live Transcription Generator in Browser, you need to add this extension.

    Follow the tutorial here

TODO

  • Make it responsive
  • Make it more real-time
  • Add Worker.js to do the heavy lifting task in the browser
  • Add support for other languages
  • Add support for different browsers
  • Improvement in processing audio for large scale use
  • Add option to let user select colour combination for Caption Div Element
  • Add a feature to download the Complete Caption (Useful in making notes during classes 😉)

Support

Currently the extension is only supported for

  • Google Chrome
  • Edge

References!

  1. https://github.com/mozilla/DeepSpeech
  2. https://developer.chrome.com/docs/extensions/reference/
  3. https://github.com/mozilla/DeepSpeech-examples