Warning
Deprecated: This repository is no longer maintained. Please see cytomine/cytomine for the latest version.
Content Based Image Retrieval Server
Python 3.9+
docker compose up -dpython -m venv .venv
source .venv/bin/activate
pip install . --extra-index-url=https://download.pytorch.org/whl/cu118
uvicorn cbir.app:app --reloadpoetry shell
poetry install
uvicorn cbir.app:app --reloadApache 2.0
The code regarding the retrieval and the deep learning models are based on the following repositories: