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

Multiple languages supports #10

Open
mazzzystar opened this issue Jul 14, 2023 · 4 comments
Open

Multiple languages supports #10

mazzzystar opened this issue Jul 14, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@mazzzystar
Copy link
Owner

mazzzystar commented Jul 14, 2023

Because the CLIP model is language-dependent, if we use something like Multilingual-CLIP (supporting 40+ languages), the size of the Queryable app would exceed 1GB. And because of offline limitations, it's impossible to use a translation API, which is why Queryable currently only supports English.

I have added a script to export PyTorch models to Core ML. Therefore, if you're interested, you can train a CLIP model in your own language and integrate it into Queryable. New model additions are welcome : )

@mazzzystar mazzzystar added the enhancement New feature or request label Jul 14, 2023
@andforce

This comment was marked as resolved.

@mazzzystar

This comment was marked as resolved.

@Enternalcode
Copy link

This is a fantastic project, and I'm very interested in it. I'm currently learning about this project, and I will attempt to provide multi-language support. If I succeed, I will update it here. Thank you to the author for their selfless sharing. This is truly an amazing project.

@mazzzystar
Copy link
Owner Author

@Enternalcode That's very kind of you, thank you so much!

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

3 participants