keras_image_similarity_training
keras_image_similarity_training copied to clipboard
A Jupyter Notebook and python scripts that allows users to easily train a siamese network on image similarity, export the model to a SavedModel file, and index images for kNN search.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies dockerfile Dockerfile...
Currently the [Dockerfile](/keras_image_similarity_training/blob/master/Dockerfile) has hardcoded python package versions in it. So while this builds a functioning container it does not allow us to use standard build and maintenance practices for...