Skip to content

CSCfi/Kielipankki-asr-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kielipankki-asr-backend

This repository contains the code for running Kielipankki's ASR backend, the Dockerfile for building the image, and a script for fetching the models. The Kubernetes deployment is in a separate repository.

install_model.sh

Before building, you need to install models. Running install_model.sh will fetch and install a baseline model, lp_baseline_1600h, with our configurations. See here.

Image size

The image is quite large, because it uncludes a lot of unnecessary libraries and packages from kaldi-serve. The included Dockerfile deletes them, but to get rid of them in the image, you have to merge the layers of the image together with an argument to your build command, if it supports it ("docker --squash"), something like docker-squash.

About

The backend for our ASR API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published