meichthys / foss_photo_libraries

Free and Open Source Photo Libraries
https://meichthys.github.io/foss_photo_libraries/
MIT License
2k stars 50 forks source link

Add semantic image search #18

Open tknobi opened 2 years ago

tknobi commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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

meichthys commented 2 years ago

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

Does fuzzy search convey the same meaning?

stoinov commented 8 months ago

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.