Skip to content

willweimike/NLLBTranslateServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLLBTranslateServer - Translate Locally

Locally, Privately

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

NLLBTranslateServer 100% run on your device, zero tracking

Easy to set up

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

In terminal, type sudo chmod u+x NTS_darwin to allow the executable to run, and then type ./NTS_darwin.

Everything is now ready 🌟

Endpoints provided by NLLBTranslateServer

NLLB - No Language Left Behind

A good model to be used in translation task

Where to get the models?

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

Run on your own? Packages are ready right here!

Sometimes the binary doesn't work (Not sure why).

  1. Download "NLLBTranslateServer.zip" from the release section
  2. pip install [wheels within "nllb_server_use_packages"]
  3. Put model folder (see above) alongside with app.py, run python app.py
  4. You are good to go!