# htk-docker **Repository Path**: feng-rui-mse/htk-docker ## Basic Information - **Project Name**: htk-docker - **Description**: 本项目为htk开源项目提供编译所需的容器 - **Primary Language**: 其他 - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-24 - **Last Updated**: 2023-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # htk-docker #### 介绍 HTK(Hidden markov model Tool Kit)是英国剑桥大学工程系在1998年推出的一套语音识别工具箱,2000年时开放了源码。官网请参考[https://htk.eng.cam.ac.uk/](https://htk.eng.cam.ac.uk/) #### 项目说明 本项目将HTK的Makefile文件进行了修正,并制作了deocerfile文件用于制作docker镜像。 #### 前期准备 ### Linux 1. docker官网下载deb文件[https://docs.docker.com/desktop/install/ubuntu/](https://docs.docker.com/desktop/install/ubuntu/) 2. 执行指令 sudo apt-get update sudo apt-get install ./docker-desktop--.deb ### Windows 1. Docker Desktop安装软件[https://www.docker.com/products/docker-desktop/](https://www.docker.com/products/docker-desktop/) 2. 可能遇见的问题[https://blog.csdn.net/qq_35764295/article/details/129907447](https://blog.csdn.net/qq_35764295/article/details/129907447) #### 安装教程 ### Linux 到htk-docker文件夹内 cd ~/htk-docker sudo docker build -t htk-image . sudo docker run -it --name htk-container htk-image # 完成后将进入装有htk的容器 ### windows 参考Linux指令 ### 使用说明 cd /home/htkuser/samples/HTKDemo ./runDemo ./configs/monPlainM1S1.dcf #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request