Translate text on client side #145
Unanswered
romawork99
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Purely on the client-side, no. You might need something like https://github.com/LibreTranslate/LibreTranslate to access the API via Javascript (but this still requires a server). |
Beta Was this translation helpful? Give feedback.
2 replies
-
It might be possible but would be difficult. You would need to run Python, OpenNMT, and SentencePiece from WebAssembly. If you need client side translations it's probably easiest to use the PyQt GUI, and if you need to run in a web browser LibreTranslate. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to know if it's possible to run argos-translate on client side(web browser) using javascript instead of running on server with python?
P.S.
Thanks in advance and sorry if it's a stupid question, I'm new to this.
Beta Was this translation helpful? Give feedback.
All reactions