Skip to content

abhinavk96/Transcriptor

Repository files navigation

Transcriptor

A web based transcription editor with wordlevel highlighting support along with speaker tagging. Demo Gif

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd transcriptor
  • yarn
  • cp config/.env.example config/.env
  • Ensure API_HOST variable is refactored to point to the server where api server is running.

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Ember build files are stored inside a static directory dist located in the root directory of the project. The index.html can be served by a server like Nginx.

Important note

The project uses a customised version of the npm package waveform playlist. The source code of the customized package is stored here. Changes which require modification of the library, should be made to this fork. The package then needs to be republished, and reinstalled to reflect the changes.

About

A transcription text editor with respeak module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •