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

Add semantic image search #18

Open
tknobi opened this issue Jun 29, 2022 · 4 comments
Open

Add semantic image search #18

tknobi opened this issue Jun 29, 2022 · 4 comments

Comments

@tknobi
Copy link
Contributor

tknobi commented Jun 29, 2022

Hello again,

one could add the "Semantic image search", because it's amazing. It let's user search for content in images (not limited to 1000 classes). See this nice video to show it's power.

Librephotos has it (Source) and I started working on it for Photoprism here. No other offers this feature so far (as far as I know).

Cheer
tknobi

@meichthys
Copy link
Owner

Sounds interesting. Is there a way to know if an app supports this without looking at the source code?
I'm not sure i want to have to maintain something that requires source code sleuthing.

@tknobi
Copy link
Contributor Author

tknobi commented Jun 30, 2022

Since it's an awesome (and complicated) feature, they will tell you in the docs 🙂 No need for code scan.

@meichthys
Copy link
Owner

Haha nice. Are there other terms used for the same functionality?

Does fuzzy search convey the same meaning?

@stoinov
Copy link

stoinov commented Mar 17, 2024

fuzzy search usually means that you can type 'rise' and get sunrise in your results too. It's a lot as complicated or hard to implement as semantic which needs ML libraries to convert your writings in something generic and search in indexed db.

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

3 participants