Skip to content

Extension of the Opus-MT Docker image to expose API compatible with the European Language Grid

Notifications You must be signed in to change notification settings

ianroberts/Opus-MT-ELG

Repository files navigation

Opus-MT ELG API

This is a simple extension of the standard Opus-MT server Docker container to make the API compatible with the requirements of the European Language Grid.

Building

First build the base Docker image from a completely clean clone of the master branch of https://github.com/Helsinki-NLP/Opus-MT:

cd ..../Opus-MT
docker build -t opus-mt .

Now in this folder, download the models

./fetch-models.sh

and finally build the ELG Docker image with

docker build -t opus-mt-elg .

About

Extension of the Opus-MT Docker image to expose API compatible with the European Language Grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published