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

Filter accounts by (spoken) language #24

Open
anze3db opened this issue Mar 23, 2024 · 1 comment
Open

Filter accounts by (spoken) language #24

anze3db opened this issue Mar 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@anze3db
Copy link
Owner

anze3db commented Mar 23, 2024

It would be great to be able to filter accounts by the language that they speak/write. To resolve this we'd need to do the following:

  1. Find a Python library/3rd party API for detecting language from text.
  2. Run the detection on people's BIOs and their posts and save the results in a filter table.
  3. Add the UI to filter accounts/posts by spoken language.
@anze3db anze3db added the enhancement New feature or request label Apr 5, 2024
@anze3db
Copy link
Owner Author

anze3db commented Aug 23, 2024

We use openai to classify accounts. Maybe we could change it so that AI could also try to guess the users language: https://github.com/anze3db/fedidevs/blob/main/accounts/management/commands/classify.py

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

No branches or pull requests

1 participant