browsermt / bergamot-translator

Cross platform C++ library focusing on optimized machine translation on the consumer-grade device.
http://browser.mt
Mozilla Public License 2.0
327 stars 36 forks source link

Python: Work offline if models are available #431

Closed jerinphilip closed 2 years ago

jerinphilip commented 2 years ago

Fixes #430.

Tries to check if models.json is downloaded first, if it is we use it. If not, fall back to attempting to fetch it from the network.