Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.27 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.27 KB

NLLBTranslateServer - Translate Locally

Locally, Privately

Google Translate API are convenient to use, but people are concerned about "Privacy" since user data must be send to the remote to do the translation work

Setup

Place the binary alongside with your model folder, "The File and Folder Name" must be the same as the picture

In terminal

  1. type sudo chmod 777 path/to/NTS_darwin to allow the executable to run and fetch nllb files
  2. type xattr -cr path/to/NTS_darwin to eliminate warning from Apple Signature
  3. type ./NTS_darwin to start server

Everything is now ready

Endpoints provided by NLLBTranslateServer

Where to get the AI models?

Please go to this link and download, the things that you would need are prepared for you 😃.