All Projects → Asto7 → Generate-Live-Transcription

Asto7 / Generate-Live-Transcription

Licence: other
This extension helps to get a real-time transcription of audio playing in the browser using Deep Speech.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Generate-Live-Transcription

ministun
A zero dependency STUN server
Stars: ✭ 26 (+62.5%)
Mutual labels:  node-js
PruneBot
PruneBot is an easy to use multi-purpose bot and it has a free open source code to setup your own prune bot to your own server.
Stars: ✭ 13 (-18.75%)
Mutual labels:  node-js
syncify
🤝 Shopify theme upload, download and watch development tool.
Stars: ✭ 50 (+212.5%)
Mutual labels:  node-js
sdk-node
VULCAN UONET+ JavaScript SDK
Stars: ✭ 11 (-31.25%)
Mutual labels:  node-js
server-sent-events-demo
Server Sent Events Demo for San Diego JS Meetup using Node, HTML, JavaScript, CSS.
Stars: ✭ 39 (+143.75%)
Mutual labels:  node-js
xlsx-calc
javascript nodejs excel formula parser
Stars: ✭ 83 (+418.75%)
Mutual labels:  node-js
spinnies
Node.js module to create and manage multiple spinners in command-line interface programs
Stars: ✭ 111 (+593.75%)
Mutual labels:  node-js
captcha.js
Captcha in Node.js
Stars: ✭ 23 (+43.75%)
Mutual labels:  node-js
node-github-publish
Publishes a file to a repository through the GitHub Contents API
Stars: ✭ 20 (+25%)
Mutual labels:  node-js
deepspeech.mxnet
A MXNet implementation of Baidu's DeepSpeech architecture
Stars: ✭ 82 (+412.5%)
Mutual labels:  deepspeech
Becoditive-API
The official API of beCoditive with many endpoints like memes, animals, image manipulation, url shortner, etc.
Stars: ✭ 14 (-12.5%)
Mutual labels:  node-js
titaniumifier
Get a Titanium™ SDK CommonJS module out of a Node package!
Stars: ✭ 95 (+493.75%)
Mutual labels:  node-js
karaoke-forever
Open karaoke party system
Stars: ✭ 180 (+1025%)
Mutual labels:  node-js
vspeech
📢 Complete V bindings for Mozilla's DeepSpeech TensorFlow based Speech-to-Text library. 📜
Stars: ✭ 38 (+137.5%)
Mutual labels:  deepspeech
musicritic
Your personal music-specific Metacritic.
Stars: ✭ 45 (+181.25%)
Mutual labels:  node-js
fn-rate
🌠 Rate the skins of Fortnite and see what skins are most appreciated!
Stars: ✭ 14 (-12.5%)
Mutual labels:  node-js
nodekit
[Moved to Codeberg] A Small Web server.
Stars: ✭ 68 (+325%)
Mutual labels:  node-js
windows-network-drive
Do network drive stuff on Microsoft Window in node
Stars: ✭ 18 (+12.5%)
Mutual labels:  node-js
motor-hat
Node Module to control Adafruits MotorHAT for the RaspberryPi
Stars: ✭ 28 (+75%)
Mutual labels:  node-js
eaf-linter
🤪 A linter, prettier, and test suite that does everything as-simple-as-possible.
Stars: ✭ 17 (+6.25%)
Mutual labels:  node-js

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].