Alveo / alveo-transcriber

Web application to transcribe data for the Alveo project
https://alveo.github.io/alveo-transcriber/
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link
alveo angular offline-first wavesurfer

alveo-transcriber

Web based speech transcription tool for the Alveo service.

Setup

  1. Install dependencies

    • npm install
  2. Build the transcriber libraries

    • npm run build-lib
  3. Running the application:

    • npm start
    • npm test

Production build

Production build (GitHub pages)

Staging build