Stacktora
Stacktora / Vault / Python + pgvector + MinIO: Duplicate Image/Media Detection Backend
AI/ML by @ops

Python + pgvector + MinIO: Duplicate Image/Media Detection Backend

Perceptual-hash and embeddings-based detection of duplicate or near-duplicate images, a worker processing uploads and comparing against stored vectors — a distinct application of pgvector from document search or recommendations: finding near-identical media, not similar meaning.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Python 3.12 pgvector MinIO

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install python-duplicate-media-detection --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault