This is a Python implementation of a semantic image search system using embedding vectors. It uses the OpenAI CLIP model for generating image embeddings.
Clone the repository:
git clone https://github.com/The-Best-Codes/semantic-image-search-embedding-py.gitInstall dependencies with uv:
uv syncOr with pip:
pip install -r requirements.txtRun the application:
uv:
uv run main.py --help
python:
python main.py --help