Giter Site home page Giter Site logo

ips-lmu / transcription-portal Goto Github PK

View Code? Open in Web Editor NEW
10.0 5.0 1.0 9.85 MB

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

Home Page: https://www.phonetik.uni-muenchen.de/apps/TranscriptionPortal/

License: MIT License

TypeScript 73.48% JavaScript 2.96% HTML 18.18% CSS 3.03% PHP 2.35%
transcription audio-transcribing asr audio-transcription

transcription-portal's Introduction

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.

transcription-portal's People

Contributors

dependabot[bot] avatar julianpoemp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

transcription-portal's Issues

transcripts: saving transcripts to IndexedDB

IndexedDB could save data up to 2GB. That enables to save the transcript files to IndexedDB in order to keep transcripts even if they are not on the server currently.

  • Save the files's content (excl. audio files) after DragnDrop to the IDB
  • Download and save transcript to IDB after operation finished
  • Download & save transcript files which are not already saved to IDB
  • Use BlobURL instead of web URL for results
  • Show red unlink item only if transcript or audio file does not exist on the server AND in the IDB
  • Reupload for audio file
  • Before operation started: check if transcript is online otherwise reupload before processing
  • Archive feature must reupload local transcripts for zAPI

This improves usability and enables downloading the results long after 24h.

keep original file name for download

It's better for the user if the downloaded file name is the same as the original audio file. The user should'nt see the internal used escaped file name.

sort order of tasks

  • add sortorder attribute to IDB
  • unsorted is -1
  • the sortorder represent the index position in the list of tasks
  • to avoid calculation overhead, the sortorder is saved whenever a task or directory is added/inserted
  • change sort order via context menu on the proceedings table
  • change sort order via arrows in the queue modal

archive download: make archive of selected lines

  1. User select lines
  2. Right click > context menu > click on "Download all results"
  3. Archive modal is shown
  4. Selection for further conversions
  5. Button to remove selected lines after download

The best way is to implement two modes: one for column selection and one for line selection.

octra: first interaction problem

Reproduction

  1. User edit a new file with OCTRA.
  2. User does not click on the "Save transcription" button and clicks on the back button
  3. User reloads the OH-Portal
  4. The OCTRA column is empty and the user can't continue with OCTRA

Expected

The user must have the option to continue the aborted OCTRA operation after reload.

add browser check

Add a browser check to prevent Safari browsers because it's not compatible

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.