|
|
|
|
|
by andrenatal1
1482 days ago
|
|
Sure, like I mentioned in the article, you can embed the engine and the models in any web page to be run in a browser with proper WebAssembly and SIMD support. You can have an example on how we did here [1] and test it here (I recommend using Firefox) [2] That way you don't need a server and everything is processed in the browser, so no need of google translate, or any cloud service to have translations embedded in any website anymore. [1] https://github.com/mozilla/translate
[2] https://mozilla.github.io/translate |
|