A simple tool for searching images inside a local folder with text/image input using CLIP
(WIP) A simple tool for searching images inside a local folder with text/image input using CLIP 10 results for “a blonde woman” in a folder of 30k randomly generated faces Installation Install with GPU support if you want to use GPUInitially encoding images might run faster with GPU, but from limited testing it seems like searching with a saved dictionary might be faster on cpu. git clone https://github.com/kanttouchthis/clip-search.git cd clip-search git clone https://github.com/openai/CLIP.git pip install -r CLIP/requirements.txt Usage Basic Usage:
Read more