/speech-to-text-markdown

Convert transcript files to markdown

Primary LanguageJavaScriptMIT LicenseMIT

Overview

Script will process transcript files generated by IBM Watson speech to text and convert them to a markdown.

Set up

  • yarn install

Run

Once you have run your audio file through speech to text api it will return a results json file like seen in the /speechtotext. Place your generated file into /speechtotext folder, run the yarn start and a generated markdown file should appear in /results.

Example

speaker 0 so thank you very much for coming David's good to have you here
speaker 1 good is my pleasure Michael glad to be with you
speaker 0 how real is artificial intelligence
...

Resources