MetalTranslate: Customizable machine translation in C++ using CTranslate2

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

By default I’m using the FairSeq MSM-100 model like in this Python tutorial by @ymoslem .

3 Likes