ovos-translate-plugin-nllb

OVOS translation module for No Language Left Behind


License
Apache-2.0
Install
pip install ovos-translate-plugin-nllb==0.0.0a3

Documentation

codecov

OVOS No Language Left Behind Plugin (Ctranslate2)

Language Plugin for NLLB200 language translator

Usage

OVOS

The plugin is used in a wider context to translate utterances/texts on demand (e.g. from a UniversalSkill)

Configuration

# add this to one of the configuration files (eg ~./config/mycroft/mycroft.conf)

"language": {
    "translation_module": "ovos-translate-plugin-nllb",
    "ovos-translate-plugin-nllb": {
        "model": "nllb-200_600M_int8"
    }
}