CsabaConsulting / InspectorGadgetApp

Open Multi-Modal Personal Assistant
MIT License
3 stars 1 forks source link

Offer free transaltions via google-translator? #22

Closed MrCsabaToth closed 3 weeks ago

MrCsabaToth commented 1 month ago

There's a Dart package which offers free translation based on the classic Google Translator:

This would not be generative AI, but would provide a free way without consuming API rates.

MrCsabaToth commented 1 month ago

Also it looks like that https://fluttergems.dev/packages/translator/ can auto detect the source locale (/language) just like Chirp has such mode, so that will align with the current solution.

MrCsabaToth commented 6 hours ago

Note that there's a copycat package https://pub.dev/packages/translator_plus which seems to be the same as the https://fluttergems.dev/packages/translator/ what Flutter Gem lists. We should keep an eye out which one will remain better maintained.