Skip to content

Artezon/semantic-image-search

Repository files navigation

Work in progress

To try it out, download from the link below. AI model that is needed for this app to work is bundled.
https://drive.google.com/drive/folders/1N93bLdlH7F-Ukzs0XBieRbSYU19azzwm (~2 GB)

Windows - supported
Linux - soon
MacOS - soon, maybe (if I get my hands on a mac)

Currently only MetaCLIP 2 model is supported

To compile with advanced image formats support (HEIC, HEIF, AVIF):

Install vcpkg to C:\vcpkg:

git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat -disableMetrics
vcpkg integrate install
winget install LLVM.LLVM
[Environment]::SetEnvironmentVariable("VCPKG_ROOT", "C:\vcpkg", "User")
[Environment]::SetEnvironmentVariable("Path", "C:\vcpkg;$env:Path", "User")
[Environment]::SetEnvironmentVariable("PKG_CONFIG_PATH", "C:\vcpkg\installed\x64-windows\lib\pkgconfig;C:\vcpkg\installed\x64-windows-static\lib\pkgconfig", "User")

Install those libraries:

vcpkg install libheif:x64-windows-static
vcpkg install dav1d:x64-windows-static

About

Work in progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors