文件名称:translateserver-py:翻译服务器-用于部署翻译服务
文件大小:41KB
文件格式:ZIP
更新时间:2024-04-06 08:35:35
Python
翻译服务器 翻译服务器,用于部署翻译模型 安装运行(单机) 系统要求: centos或者ubuntu 安装python依赖包 pip install -r requirements.txt 安装pyltp(任选) 如果医师为中文(zh)的话,需要pyltp中的分句模块支持,可以使用以下命令安装pyltp git clone https://github.com/HIT-SCIR/pyltp.git && \ cd pyltp && \ git checkout v0.4.0 && \ git submodule init && \ git submodule update && \ python setup.py install && \ cd .. && \ rm -rf pyltp 安装fairseq(任选) 如果不是部署fa
【文件预览】:
translateserver-py-main
----.gitignore(2KB)
----app()
--------__init__.py(32B)
--------base_handler.py(1KB)
--------translate_handler.py(1015B)
----requirements.txt(235B)
----config.yaml.template(848B)
----service.py(1KB)
----.dockerignore(2KB)
----.gitlab-ci.yml(2KB)
----scripts()
--------download_nltk_model.py(34B)
----README.md(6KB)
----lib_translate()
--------__init__.py(555B)
--------preprocessor.py(2KB)
--------sentence_split.py(2KB)
--------tokenizer.py(1KB)
--------postprocessor.py(3KB)
--------translator.py(2KB)
--------term_protection.py(8KB)
--------bert_tokenizer.py(7KB)
----config.py(183B)
----docs()
--------模型获取.md(184B)
--------项目配置.md(6KB)
----test()
--------test_lib_translate.py(2KB)
--------__init__.py(0B)
--------assets()
--------test_deployment.py(1KB)
--------test_service.py(3KB)
----docker()
--------__init__.py(0B)
--------generate_docker_compose_yaml.py(3KB)
--------generate_docker_file.py(6KB)
--------start.sh(685B)
--------generate_nginx_conf.py(2KB)
--------test_container.sh(589B)