Content Based Image Retrieval Server
Python 3.9+
docker compose up -d
python -m venv .venv
source .venv/bin/activate
pip install . --extra-index-url=https://download.pytorch.org/whl/cu118
uvicorn cbir.app:app --reload
poetry shell
poetry install
uvicorn cbir.app:app --reload
Apache 2.0
- The code regarding the retrieval and the deep learning models are based on the following repository: https://github.com/AxelleSchyns/cbir-tfe