Skip to content

as-shura/MetalTranslate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


About

Customizable machine translation in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.5%
  • CMake 11.4%
  • Shell 11.1%