Skip to content

A portal that offers a transcription chain for multi upload and processing of audio files using ASR, OCTRA, MAUS and EMU-webApp.

License

Notifications You must be signed in to change notification settings

IPS-LMU/transcription-portal

Repository files navigation

TranscriptionPortal

TranscriptionPortal OCTRA TranscriptionPortal EMU-webApp

Implementation of a transcription chain that supports ASR, OCTRA, MAUS and EMU-webApp.

Website

You can use TranscriptionPortal without installation here: https://www.phonetik.uni-muenchen.de/apps/TranscriptionPortal/

Installation

You can install TranscriptionPortal on your own web server. Just download the repository and copy the contents from the dist folder to your web server.

Development

Installation

Clone this repository and install all dependencies using npm install. It is recommended to use WebStorm or PHPStorm IDE and the tslint settings from tslint.json in order to check the code style automatically.

Contribution

For this project commitizen is used. If you want to contribute to this project you should make use of this tool to create commit messages important for the changelog (other commit messages will be ignored otherwise). For WebStorm or PHPStorm there is a Commit Template Plugin to create these templates.

For creating changelog automatically, conventional-changelog-cli is used. To create changelogs you need to install conventional-changelog-cli globally as described on its github page. After installation you just need to run npm run changelog to create the changelog automatically.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run sh ./build.sh to build the project. The build artifacts will be stored in the dist/transcription-portal directory. Adapt the configuration in the build.sh script as you need.