Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content translator #1146

Open
tlalokyang opened this issue Nov 4, 2020 · 2 comments
Open

Content translator #1146

tlalokyang opened this issue Nov 4, 2020 · 2 comments
Assignees

Comments

@tlalokyang
Copy link
Member

@fayeed would be great if you could weigh out the best options for in-app content translators and start implementing this

@fayeed
Copy link
Member

fayeed commented Nov 4, 2020

@sunyatax Does this mean user-generated content right?

@fayeed
Copy link
Member

fayeed commented Nov 5, 2020

Went through some of the popular API, that are available, here's the list:

  1. Google Translate API:
    Description: Provides simple Rest API to translate text.
    Pricing: 20$ per million characters.

  2. Azure Translate API:
    Description: Provides simple Rest API to translate text and cheapest.
    Pricing: 10$ per million characters.

  3. Yandex Translate API:
    Description: Provides simple Rest API to translate text.
    Pricing: 15$ per million characters.

There is also a package available flutter called google-translator, the way it works is it scrapes the google translate website so it might be unstable.

We could also roll out our own ML models for language detection & language translation if that is an option, we could maybe find some prebuild models and use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants