Hey guys,
I made a search tool for windows that can do normal keyword searches, search images by describing what’s in them, and also find documents based on their text contents.
I used SQLite for indexing, the clip model for image search, and the intfloat/e5-base-v2 model for document search.
here’s the GitHub repo: basilbenny1002/Smart-Search
and you can read more about how I built it here: Medium Link
this is my first major project, so there’s probably a lot of bugs and room for improvement.
would really appreciate any feedback, ideas for features, or thoughts on the medium article too.
thank you!