kaldi-tuda-de

(β˜… 177)

Scripts for training general-purpose large vocabulary German acoustic models for ASR with Kaldi.

  • .gitignore
  • .gitmodules
  • LICENSE
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/uhh-lt/kaldi-tuda-de

Downloads the entire project code from GitHub to your computer.

cd kaldi-tuda-de

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • APT (Debian/Ubuntu 계열) Built into Debian/Ubuntu-based Linux distributions.
  • Python 3 Python is required to use pip.
sudo apt install sox libsox-fmt-all

Installs directly from the APT package repository (Debian/Ubuntu-based).

pip3 install beautifulsoup4 lxml spacy && python -m spacy download de_core_news_lg

Installs the package published on PyPI directly β€” no need to clone the source.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation