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

Use `ImageType` in all pages #69

Closed stefsmeets closed 2 months ago

stefsmeets commented 2 months ago

This PR updates the pages to use the ImageType in all pages. This makes the code a bit more easy to work with, because we don't have to deal with dicts anymore to pass data around. And the name of the data can now be retrieved as an attribute from the data class.

Follows up on #68