rehiy/open-translator

By rehiy

Updated over 2 years ago

Open Source Neural Machine Translation

Image
0

449

rehiy/open-translator repository overview

Open Source Neural Machine Translation

Document language:English | 简体中文

  • User-friendly web graphical interface
  • Advanced neural machine translation technology
  • Automatic download of pre-trained machine translation models

Usage

Install using Docker and open in your browser at http://your-server

docker run --name mynmt -d \
    --env EASYNMT_MODEL=mbart50_m2m \
    --volume ./cache:/cache \
    rehiy/open-translator
  • Initial usage requires model download and may take a while to start; you can check the progress with docker logs -f mynmt
  • Keep the /cache directory to avoid re-downloading models when updating

Available Models

By default, the opus-mt model is used when the EASYNMT_MODEL environment variable is not specified. This model has a smaller size and faster response. If you are not satisfied with the translation results, you can also try loading the following models.

ModelReference LinkLanguagesSize
opus-mtHelsinki-NLP186300 MB
mbart50_m2mFacebook Research522.3 GB
m2m_100_1.2BFacebook Research1005.0 GB

More Information

For more information, please visit EasyNMT.

Tag summary

Content type

Image

Digest

sha256:3db81131d

Size

2.9 GB

Last updated

over 2 years ago

docker pull rehiy/open-translator:nllb