From 82715b5a51a8d1069f1f20eb0e01fbdcfa90c32d Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 11 Jan 2025 10:51:04 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b3dd90..d670dc8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ## 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 @@ -13,9 +15,9 @@ Everything is now ready 🌟 ![](https://github.com/willweimike/NLLBTranslateServer/blob/main/assets/Demo.png) ## Endpoints provided by NLLBTranslateServer -- http://127.0.0.1:8080/ : Root Endpoint which accepts GET request, return current server status -- http://127.0.0.1:8080/help : Endpoint which accepts GET request, return help message (available languages for translation) -- http://127.0.0.1:8080//translate: Endpoint which accepts POST request, please contain the fields within the following picture +- http://127.0.0.1:8080/ : accept GET request, return current server status +- http://127.0.0.1:8080/help : accept GET request, return help message (available languages for translation) +- http://127.0.0.1:8080/translate: accept POST request, please contain the fields within the following picture image ## NLLB - No Language Left Behind