Arborator / klang

module for the correction of transcription

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Klang

Klang is the module for the correction of transcriptions.

alt Klang

datapreparation

praat files to conll files

only used if new data is added

djangoklang

cd djangoklang

virtualenv klangenv
source klangenv/bin/activate 
python3 -m pip install --upgrade pip
python3 -m pip install django djangorestframework django-cors-headers markdown tqdm

python manage.py migrate
python manage.py createsuperuser --email x@example.com --username admin

python3 manage.py runserver

quasarklang

cd quasarklang

npm install --save vue-audio-visual
npm install
sudo npm install -g @quasar/cli

quasar dev

we only use AvWaveform from https://github.com/staskobzar/vue-audio-visual. Ideally, only the necessary files of vue-audio-visual will directly be integrated.

About

module for the correction of transcription


Languages

Language:Python 62.2%Language:Vue 20.8%Language:JavaScript 14.5%Language:HTML 1.4%Language:Sass 1.1%