nidhaloff / deep-translator

A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.
https://deep-translator.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
1.61k stars 185 forks source link

Can I use deep_translator offline? #233

Closed SoftologyPro closed 1 year ago

SoftologyPro commented 1 year ago

Is there any way to cache translation models so I can use deep_translate offline without any Internet connection? Do any of the supported translator services have a way to cache their models locally for this purpose?

shanchuantian commented 1 year ago

To my knowledge, argos-translate supports offline translation.

Benadictus commented 1 year ago

Deep is not "a translator program" It is a management program for other actual translator systems. These systems are all online, eg: Google, ChatGPT. The online translation systems all have vast libraries (petabytes) of english and other languages and large code bases to carry out the actual translation.

So no.

nidhaloff commented 1 year ago

Hi, short answer is no, you cannot use it offline (at least for now)