DecodingRaphael / unraphael

Python toolkit for unraveling image similarity with a focus on artistic practice
https://unraphael.readthedocs.io
Apache License 2.0
2 stars 1 forks source link

Set up dashboard for image similarity #18

Closed stefsmeets closed 5 months ago

stefsmeets commented 5 months ago

This PR sets up a basic dashboard for image similarity.

The goal is to have 3 functions:

  1. Load image data from directory
  2. Set up boilerplate for image similarity
  3. Display dendrogram/heatmap to visualize results

Todo

stefsmeets commented 5 months ago

Turns out it is not super difficult to set up SIFT. The results probably do not make sense right now and need tuning / or exposed options to user.