Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 399 Bytes

MetalTranslate

Customizable machine translation in C++

MetalTranslate downloads and runs a pretrained CTranslate2 model to translate locally with C++.

Quickstart

Tested on Ubuntu 22.04

git clone --recursive https://github.com/argosopentech/MetalTranslate.git
cd MetalTranslate
./init
./build.sh
./build/metaltranslate "Hello world" en es