An open API service indexing awesome lists of open source software.

https://github.com/vhidvz/machine-translation

Multilingual machine translation microservice powered by the Facebook/mBART-large model
https://github.com/vhidvz/machine-translation

ai facebook-mbart fastapi huggingface machine-translation multilingual

Last synced: about 1 month ago
JSON representation

Multilingual machine translation microservice powered by the Facebook/mBART-large model

Awesome Lists containing this project

README

          

# Quick Start

Multilingual machine translation microservice powered by the Facebook/mBART-large model, offering high-quality translations across multiple languages with contextual accuracy and fluency.

```sh
git clone git@github.com:vhidvz/machine-translation.git
cd machine-translation && docker-compose up -d
```

**Docker Hub:**

```sh
docker run -p 8000:8000 vhidvz/machine-translation:latest
```

Endpoints are fully documented using OpenAPI Specification 3 (OAS3) at:

- ReDoc:
- Swagger:

## Documentation

To generate the documentation for the python model, execute the following command:

```sh
pdoc --output-dir docs model.py
```