Translations website utilizing Bergamot proceedings
Перейти к файлу
Evgeny Pavlov f67e3285d8
Fix error message
2024-10-17 13:24:57 -07:00
css Load latest model registry dynamically (#16) 2022-04-22 09:49:26 -07:00
js Fix error message 2024-10-17 13:24:57 -07:00
.gitignore First commit 2021-08-12 00:05:29 -07:00
LICENSE Create LICENSE 2022-07-13 09:05:53 -07:00
README.md Load latest models from Github (#30) 2024-10-17 13:17:30 -07:00
bergamot-httpserver.js adding a better UI and automatic model downloading 2021-08-30 21:56:55 -07:00
index.html Load latest model registry dynamically (#16) 2022-04-22 09:49:26 -07:00
package-lock.json new UI 2021-09-11 00:35:34 -07:00
package.json First commit 2021-08-12 00:05:29 -07:00
start_dev_server.sh adding a better UI and automatic model downloading 2021-08-30 21:56:55 -07:00

README.md

Translations Website

!!! This website is only for testing the latest models from the model registry. Use about:translations in Firefox instead !!!

This repo contains a static website utilizing the proceedings of project Bergamot.

The concept is the same as Firefox Translation, where the inference occurs entirely in the webpage by utilizing the WebAssembly port of the neural machine translation engine (marian), while the models are dynamically downloaded and loaded as the user switches between the languages.

It downloads translation models from https://github.com/mozilla/firefox-translations-models

Live Demo

The live demo is hosted on Github Pages and published on https://mozilla.github.io/translate.

Compatible and tested on:

  • Firefox desktop
  • Chrome desktop
  • Edge desktop
  • Brave desktop
  • Firefox Nightly for Android
  • Chrome for Android

Testing locally

$npm install
$bash start_dev_server.sh
$firefox https://mozilla.github.io/translate