CLIPPyX icon indicating copy to clipboard operation
CLIPPyX copied to clipboard

AI Powered Image search tool offers content-based, text, and visual similarity system-wide search.

Results 15 CLIPPyX issues
Sort by recently updated
recently updated
newest added

Can you make this work with fluent search?

1. ``` OSError: [WinError 126] The specified module could not be found. Error loading "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies. ``` In result this one was fixed by downloading libomp140.x86_64.dll...

- scripts that deletes duplicates or very similar images - it will use same approach as `similar images search` but with modifications to `n_results` - simple web UI for showing...

enhancement
good first issue

currently, any search query shows by default the top `5` matches regardless of the similarity score. Implement a thresholding mechanism to filter out similarity scores below a certain value, ensuring...

enhancement

[PowerToys Run](https://learn.microsoft.com/en-us/windows/powertoys/run) is amazing tool developed by Microsoft, we need to create a plugin similar to [FlowLauncher Plugin](https://github.com/0ssamaak0/CLIPPyX/tree/main/UI/Flow%20Launcher) that connects to the server and preview the images ## Useful resources...

UI

PyTorch install works fine, and the clippyx install seems to work until hitting the below error. Tried with both Python 3.13 and 3.12, but no difference INFO: pip is looking...

![Image](https://github.com/user-attachments/assets/389824cd-454d-4a76-bc22-f75b8e08db8d) ![Image](https://github.com/user-attachments/assets/5b0b4244-fe25-47c2-896b-ec02c2241aa1)

Added a config-parameter for the ollama url in case it is not running on localhost

Created and started a venv. Then pip3 install -e . Gives: ERROR: For req: CLIPPyX==1.0.1. Invalid script entry point: - A callable suffix is required. Ubuntu 24.04.2 LTS

Neat project! When trying to install following the readme, Python errors out stating the wheel is invalid: ```shell [main] ~/git/CLIPPyX $ uv venv; source .venv/bin/activate Using Python 3.12.7 interpreter at:...